We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SyntaxClassifier.h.gyb
1 parent 482219e commit 64de7e9Copy full SHA for 64de7e9
CodeGeneration/Sources/SyntaxSupport/Child.swift
@@ -147,8 +147,8 @@ public class Child {
147
148
/// If a classification is passed, it specifies the color identifiers in
149
/// 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
+ /// ``SyntaxClassification``.
+ /// If `forceClassification` is also set to true, all child nodes (not only
152
/// identifiers) inherit the syntax classification.
153
init(
154
name: String,
0 commit comments