langtools/test/tools/doclint/CustomTagTest.out
author joehw
Tue, 09 May 2017 10:34:32 -0700
changeset 45036 4210d32dacab
parent 30730 d3ce7619db2c
permissions -rw-r--r--
8150256: removing xerces-related dead code Reviewed-by: lancea

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