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
@Flag(help:"Skip members inherited through classes or default implementations.")
36
36
varskipSynthesizedMembers=false
37
37
38
-
@Option(help:"Include symbols with this access level or more. Possible values: \(SymbolGraphExtract.AccessLevel.allValueStrings.joined(separator:" | "))")
38
+
@Option(help:"Include symbols with this access level or more. Possible values: \(SymbolGraphExtract.AccessLevel.allValueStrings.joined(separator:" | ")).")
39
39
varminimumAccessLevel= defaultMinimumAccessLevel
40
40
41
41
@Flag(help:"Skip emitting doc comments for members inherited through classes or default implementations.")
0 commit comments