[java-parent-project-v3] branch master updated: Add additional custom javadoc tags for documenting contexts.

Scott Cantor cantor.2 at osu.edu
Tue Mar 29 13:46:03 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  94d1e38   Add additional custom javadoc tags for documenting contexts.
94d1e38 is described below

commit 94d1e38babff387caa3458d760acbcb10207abe5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 29 13:45:58 2016 -0400

    Add additional custom javadoc tags for documenting contexts.
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index ef86435..22e5019 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,6 +523,26 @@
                         <windowtitle>${project.name} ${project.version} API</windowtitle>
                         <tags>
                             <tag>
+                                <name>parent</name>
+                                <placement>t</placement>
+                                <head>Parent:</head>
+                            </tag>
+                            <tag>
+                                <name>child</name>
+                                <placement>t</placement>
+                                <head>Child:</head>
+                            </tag>
+                            <tag>
+                                <name>added</name>
+                                <placement>t</placement>
+                                <head>Added:</head>
+                            </tag>
+                            <tag>
+                                <name>removed</name>
+                                <placement>t</placement>
+                                <head>Removed:</head>
+                            </tag>
+                            <tag>
                                 <name>event</name>
                                 <placement>t</placement>
                                 <head>Event:</head>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list