Support JDK-style Javadoc Tags #28
No reviewers
Labels
No Label
1
13
2
21
3
34
5
55
8
bug
core
could have
duplicate
enhancement
help wanted
must have
proc
question
should have
wont have
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/event-bus#28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "b/javadoc-tags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds support for the
@apiNote
,@implSpec
and@implNote
Javadoc tags in the Maven Javadoc plugin, which threw an error previously.@ -123,0 +136,4 @@
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
What does
<placement>a</placement>
do? Places it the head above, or what?It defines on which elements the tag is permitted. See the Maven Javadoc Plugin Documentation.