Skip to content

Commit ebb4210

Browse files
committed
Make a Semgrex reference an actual link for use in javadoc
1 parent efe5a14 commit ebb4210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* <p>
3737
* For example, {@code {lemma:slice;tag:/VB.*&#47;}} represents any verb nodes
3838
* with "slice" as their lemma. Attributes are extracted using
39-
* {@code edu.stanford.nlp.ling.AnnotationLookup}.
39+
* {@link edu.stanford.nlp.ling.AnnotationLookup}.
4040
* <p>
4141
* The root of the graph can be marked by the $ sign, that is {@code {$}}
4242
* represents the root node.

0 commit comments

Comments
 (0)