Skip to content

Commit 5280edf

Browse files
cmcgee1024owenv
andauthored
Update Sources/SWBCore/SpecImplementations/Tools/DocumentationCompiler.swift
Co-authored-by: Owen Voorhees <[email protected]>
1 parent f585fb1 commit 5280edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/SpecImplementations/Tools/DocumentationCompiler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final public class DocumentationCompilerSpec: GenericCompilerSpec, SpecIdentifie
9494

9595
// Check if inherited docs should be skipped
9696
if cbc.scope.evaluate(BuiltinMacros.DOCC_SKIP_INHERITED_DOCS) {
97-
additionalFlags.appenn("-symbol-graph-skip-inherited-docs")
97+
additionalFlags.append("-symbol-graph-skip-inherited-docs")
9898
}
9999

100100
switch cbc.scope.evaluate(BuiltinMacros.DOCC_MINIMUM_ACCESS_LEVEL) {

0 commit comments

Comments
 (0)