We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206287 commit 982438cCopy full SHA for 982438c
1 file changed
src/org/rascalmpl/library/ParseTree.rsc
@@ -339,7 +339,7 @@ anno loc Tree@\loc;
339
* Parse a string and return a parse tree, `origin` defines the original location of the input.
340
* Parse the contents of resource input and return a parse tree.
341
342
-The parse either throws ParseError exceptions or returns parse trees of type `Tree`. See [[ParseTree]].
+The parse either throws ParseError exceptions or returns parse trees of type ((Tree)).
343
344
The `allowAmbiguity` flag dictates the behavior of the parser in the case of ambiguity. When `allowAmbiguity=true`
345
the parser will construct ambiguity clusters (local sets of parse trees where the input string is ambiguous). If it is `false`
0 commit comments