You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -891,6 +891,7 @@ extension Option {
891
891
publicstaticletsymbolGraphBlockAvailabilityPlatforms:Option=Option("-symbol-graph-block-availability-platforms",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], metaVar:"<platforms>", helpText:"Remove the given platforms from symbol graph availability metadata, e.g. 'macOS,Swift'")
892
892
publicstaticletsymbolGraphPrettyPrint:Option=Option("-symbol-graph-pretty-print",.flag, attributes:[.helpHidden,.noInteractive], helpText:"Pretty-print the output symbol graph JSON")
893
893
publicstaticletsymbolGraphSkipSynthesizedMembers:Option=Option("-symbol-graph-skip-synthesized-members",.flag, attributes:[.helpHidden,.noInteractive], helpText:"Skip members inherited through classes or default implementations")
894
+
publicstaticletsymbolGraphSkipInheritedDocs:Option=Option("-symbol-graph-skip-inherited-docs",.flag, attributes:[.helpHidden,.noInteractive], helpText:"Skip emitting doc comments for members inherited through classes or default implementations")
894
895
publicstaticletsymbolGraphMinimumAccessLevel:Option=Option("-symbol-graph-minimum-access-level",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], metaVar:"<level>", helpText:"Include symbols with this access level or more when emitting a symbol graph")
0 commit comments