langtools/test/tools/doclint/CustomTagTest.out
author duke
Wed, 05 Jul 2017 20:10:53 +0200
changeset 27979 cc2cf80c2f39
parent 21894 3535c1819067
child 30730 d3ce7619db2c
permissions -rw-r--r--
Merge

CustomTagTest.java:14: error: unknown tag: customTag
 * @customTag Text for a custom tag.
   ^
CustomTagTest.java:15: error: unknown tag: custom.tag
 * @custom.tag Text for another custom tag.
   ^
CustomTagTest.java:16: error: unknown tag: unknownTag
 * @unknownTag Text for an unknown tag.
   ^
3 errors