Skip to content

Commit c992981

Browse files
add ivar and macro to the automatic curation order
1 parent 361e20c commit c992981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftDocC/Infrastructure/Topic Graph/AutomaticCuration.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,13 @@ extension AutomaticCuration {
219219
.`var`,
220220
.`func`,
221221
.`operator`,
222+
.`macro`,
222223

223224
.`associatedtype`,
224225
.`case`,
225226
.`init`,
226227
.`deinit`,
228+
.`ivar`,
227229
.`property`,
228230
.`method`,
229231
.`subscript`,

0 commit comments

Comments
 (0)