langtools/test/tools/doclint/CustomTagTest.out
author naoto
Tue, 29 Mar 2016 17:06:33 -0700
changeset 36739 145210aba850
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8152704: jlink command line output/help message improvement Reviewed-by: mchung

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