test/tools/doclint/CustomTagTest.out

changeset 2204
a78f51d6bd5e
parent 2169
667843bd2193
child 2525
2eb010b6cb22
equal deleted inserted replaced
2203:7ef88faaa16c 2204:a78f51d6bd5e
1 CustomTagTest.java:14: error: unknown tag: customTag 1 CustomTagTest.java:14: 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: unknownTag 4 CustomTagTest.java:15: error: unknown tag: custom.tag
5 * @custom.tag Text for another custom tag.
6 ^
7 CustomTagTest.java:16: error: unknown tag: unknownTag
5 * @unknownTag Text for an unknown tag. 8 * @unknownTag Text for an unknown tag.
6 ^ 9 ^
7 2 errors 10 3 errors
8 11

mercurial