aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 024b2850d0..7c0b0b59dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2478,10 +2478,23 @@
<additionalparam>-Xdoclint:all -Xdoclint:-missing</additionalparam>
<tags>
<tag>
+ <name>example</name>
+ <placement>a</placement>
+ <head>Example:</head>
+ </tag>
+ <tag>
<name>note</name>
<placement>a</placement>
<head>Note:</head>
</tag>
+ <tag>
+ <name>group</name>
+ <placement>X</placement>
+ </tag>
+ <tag>
+ <name>tparam</name>
+ <placement>X</placement>
+ </tag>
</tags>
</configuration>
</plugin>