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.
1 parent 1556e82 commit e350bdeCopy full SHA for e350bde
Sources/generate-pipeline/RuleCollector.swift
@@ -22,7 +22,7 @@ final class RuleCollector {
22
struct DetectedRule: Hashable {
23
24
/// The DocC comments of the rule,
25
- /// presumably in the leading trivia of the rule declaration.
+ /// extracted from the .leadingTrivia of the rule class or struct.
26
let doccComment: String
27
28
/// The type name of the rule.
0 commit comments