Skip to content

Commit d579d0a

Browse files
committed
Tell javadoc how to interpret @implNote annotation
Even with Java 9+, it seems the javadoc tool rejects these annotations by default. Too bad, but it's easy to configure it here in the POM.
1 parent 77a486e commit d579d0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,13 @@
450450
<links>
451451
<link>${scijava.javadoc.url.java}</link>
452452
</links>
453+
<tags>
454+
<tag>
455+
<name>implNote</name>
456+
<placement>a</placement>
457+
<head>Implementation Note:</head>
458+
</tag>
459+
</tags>
453460
</configuration>
454461
</plugin>
455462

0 commit comments

Comments
 (0)