Skip to content

Commit 06ad3c3

Browse files
committed
Give TableAliasBase a location in DocC
1 parent 3279fe6 commit 06ad3c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

GRDB/QueryInterface/SQLGeneration/TableAlias.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,12 @@ extension TableAliasBase {
290290
/// See <https://github.com/groue/GRDB.swift/blob/master/Documentation/AssociationsBasics.md#table-aliases> for more information and examples.
291291
///
292292
/// - note: [**🔥 EXPERIMENTAL**](https://github.com/groue/GRDB.swift/blob/master/README.md#what-are-experimental-features)
293+
///
294+
/// ## Topics
295+
///
296+
/// ## Supporting Types
297+
///
298+
/// - ``TableAliasBase``
293299
@dynamicMemberLookup
294300
public final class TableAlias<RowDecoder>: TableAliasBase, @unchecked Sendable {
295301
init(tableName: String, userName: String? = nil)

0 commit comments

Comments
 (0)