Support JDK-style Javadoc Tags #28

Merged
kske merged 1 commits from b/javadoc-tags into develop 2021-11-25 12:05:32 +01:00

This PR adds support for the @apiNote, @implSpec and @implNote Javadoc tags in the Maven Javadoc plugin, which threw an error previously.

This PR adds support for the `@apiNote`, `@implSpec` and `@implNote` Javadoc tags in the Maven Javadoc plugin, which threw an error previously.
kske self-assigned this 2021-11-24 11:32:47 +01:00
kske added 1 commit 2021-11-24 11:32:47 +01:00
kske requested review from delvh 2021-11-24 11:32:53 +01:00
delvh approved these changes 2021-11-25 11:16:30 +01:00
@ -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?

What does `<placement>a</placement>` do? Places it the head **a**bove, or what?
Poster
Owner

It defines on which elements the tag is permitted. See the Maven Javadoc Plugin Documentation.

It defines on which elements the tag is permitted. See the [Maven Javadoc Plugin Documentation](http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#tags).
delvh marked this conversation as resolved
kske merged commit 5ddef71c26 into develop 2021-11-25 12:05:32 +01:00
kske deleted branch b/javadoc-tags 2021-11-25 12:05:32 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zdm/event-bus#28
There is no content yet.