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.
prefixRegex
1 parent f0af0bb commit c778d46Copy full SHA for c778d46
compiler/src/dotty/tools/dotc/util/ParsedComment.scala
@@ -104,6 +104,7 @@ object ParsedComment {
104
} yield new ParsedComment(comment)
105
}
106
107
+ @scala.annotation.internal.sharable
108
private val prefixRegex = """@param\s+\w+\s+""".r
109
110
/** A mapping from tag name to `TagFormatter` */
0 commit comments