author | mcimadamore |
Wed, 26 Oct 2016 15:41:25 +0100 | |
changeset 41856 | 13a056e8f16e |
parent 30730 | d3ce7619db2c |
permissions | -rw-r--r-- |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
21894
diff
changeset
|
1 |
CustomTagTest.java:15: error: unknown tag: customTag |
21500
475e59d3b40c
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel
parents:
diff
changeset
|
2 |
* @customTag Text for a custom tag. |
475e59d3b40c
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel
parents:
diff
changeset
|
3 |
^ |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
21894
diff
changeset
|
4 |
CustomTagTest.java:16: error: unknown tag: custom.tag |
21894
3535c1819067
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
jjg
parents:
21500
diff
changeset
|
5 |
* @custom.tag Text for another custom tag. |
3535c1819067
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
jjg
parents:
21500
diff
changeset
|
6 |
^ |
30730
d3ce7619db2c
8076543: Add @modules as needed to the langtools tests
akulyakh
parents:
21894
diff
changeset
|
7 |
CustomTagTest.java:17: error: unknown tag: unknownTag |
21500
475e59d3b40c
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel
parents:
diff
changeset
|
8 |
* @unknownTag Text for an unknown tag. |
475e59d3b40c
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel
parents:
diff
changeset
|
9 |
^ |
21894
3535c1819067
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules
jjg
parents:
21500
diff
changeset
|
10 |
3 errors |
21500
475e59d3b40c
8006248: Since addition of -Xdoclint, javadoc ignores unknown tags
bpatel
parents:
diff
changeset
|
11 |