langtools/test/tools/doclint/CustomTagTest.out
changeset 30730 d3ce7619db2c
parent 21894 3535c1819067
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 CustomTagTest.java:14: error: unknown tag: customTag
     1 CustomTagTest.java:15: error: unknown tag: customTag
     2  * @customTag Text for a custom tag.
     2  * @customTag Text for a custom tag.
     3    ^
     3    ^
     4 CustomTagTest.java:15: error: unknown tag: custom.tag
     4 CustomTagTest.java:16: error: unknown tag: custom.tag
     5  * @custom.tag Text for another custom tag.
     5  * @custom.tag Text for another custom tag.
     6    ^
     6    ^
     7 CustomTagTest.java:16: error: unknown tag: unknownTag
     7 CustomTagTest.java:17: error: unknown tag: unknownTag
     8  * @unknownTag Text for an unknown tag.
     8  * @unknownTag Text for an unknown tag.
     9    ^
     9    ^
    10 3 errors
    10 3 errors
    11 
    11