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 93342d8 commit 529b3b6Copy full SHA for 529b3b6
src/library/scala/util/parsing/combinator/lexical/StdLexical.scala
@@ -25,8 +25,8 @@ import scala.collection.mutable
25
* `delimiters` set.
26
*
27
* Usually this component is used to break character-based input into
28
- * bigger tokens, which are then passed to a token-parser {@see
29
- * [[scala.util.parsing.combinator.syntactical.TokenParsers]]}.
+ * bigger tokens, which are then passed to a token-parser (see
+ * [[scala.util.parsing.combinator.syntactical.TokenParsers]].)
30
31
* @author Martin Odersky
32
* @author Iulian Dragos
0 commit comments