Skip to content

Commit 64de7e9

Browse files
remove reference to SyntaxClassifier.h.gyb
Co-authored-by: Alex Hoppen <[email protected]>
1 parent 482219e commit 64de7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeGeneration/Sources/SyntaxSupport/Child.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ public class Child {
147147

148148
/// If a classification is passed, it specifies the color identifiers in
149149
/// that subtree should inherit for syntax coloring. Must be a member of
150-
/// ``SyntaxClassification`` in `SyntaxClassifier.h.gyb`
151-
/// If `force_classification` is also set to true, all child nodes (not only
150+
/// ``SyntaxClassification``.
151+
/// If `forceClassification` is also set to true, all child nodes (not only
152152
/// identifiers) inherit the syntax classification.
153153
init(
154154
name: String,

0 commit comments

Comments
 (0)