From: Lukas T. <luk...@us...> - 2007-05-14 14:29:37
|
lukas_theussl 07/05/14 07:29:33 Modified: cobertura/xdocs properties.xml dbunit/xdocs properties.xml dotuml/xdocs todos.xml navigation.xml index.xml findbugs/xdocs tasks.xml javaapp/xdocs properties.xml Log: Fix some xdocs. Revision Changes Path 1.12 +2 -2 maven-plugins/cobertura/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/properties.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- properties.xml 23 Jan 2007 03:14:29 -0000 1.11 +++ properties.xml 14 May 2007 14:29:31 -0000 1.12 @@ -99,8 +99,9 @@ </td> </tr> </table> + </section> - <section name="Coverage check related properties"> + <section name="Coverage check related properties"> <table> <tr> <th>Property</th> @@ -166,7 +167,6 @@ </td> </tr> </table> - </section> </section> </body> </document> 1.10 +3 -3 maven-plugins/dbunit/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 17 Apr 2006 01:44:33 -0000 1.9 +++ properties.xml 14 May 2007 14:29:32 -0000 1.10 @@ -173,16 +173,17 @@ </p> <p> For every query listed, it expects 2 additional properties: + </p> <dl> <dt>(queryname).name</dt> <dd>Name to use to refer to the sql statement.</dd> <dt>(queryname).sql</dt> <dd>SQL to execute to select the data for export.</dd> </dl> - </p> <p> For example, to pull the rows from COMPANY and PERSON tables for a user_id field of "dbunit": + </p> <source> maven.dbunit.query.list=company,person company.name=COMPANY @@ -190,7 +191,6 @@ person.name=PERSON person.sql=select * from person where user_id = 'dbunit' </source> - </p> </td> <td>(none)</td> </tr> @@ -212,6 +212,7 @@ <p>The level of runtime messages to display.</p> <p> Valid values: + </p> <dl> <dt>0</dt> <dd>Specify minimum messages.</dd> @@ -220,7 +221,6 @@ <dt>2</dt> <dd>Specify detailed level messages (e.g. debug)</dd> </dl> - </p> </td> <td>0</td> </tr> 1.3 +1 -1 maven-plugins/dotuml/xdocs/todos.xml Index: todos.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/todos.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todos.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ todos.xml 14 May 2007 14:29:32 -0000 1.3 @@ -11,6 +11,7 @@ <section name="Todo"> <p> In no preferential order: + </p> <ul> <li> Generate presentation-quality images.<br /> @@ -31,7 +32,6 @@ Fix the image map to allow cross-references to the javadocs in multi-package mode. </li> </ul> - </p> </section> </body> </document> 1.3 +1 -4 maven-plugins/dotuml/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ navigation.xml 14 May 2007 14:29:32 -0000 1.3 @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="Maven Dotuml Plugin"> - <properties> - <title>Maven Dotuml Plugin</title> - <author email="Dom...@cs...">Dominik Dahlem</author> - </properties> + <title>Maven Dotuml Plugin</title> <body> <links> 1.3 +7 -9 maven-plugins/dotuml/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ index.xml 14 May 2007 14:29:32 -0000 1.3 @@ -18,11 +18,12 @@ The properties that allow you to customize the execution of this plugin are documented <a href="properties.html">here</a>. </p> - <section name="Class Diagrams"> + <subsection name="Class Diagrams"> <p> The following list contains additional JavaDoc tags which are used by the <a href="http://www.spinellis.gr/sw/umlgraph/">UmlGraph</a> doclet to generate the UML diagrams: + </p> <ul> <li>stereotypes (using the @stereotype name tag)</li> <li>tagged values (using the @tagvalue name value tag)</li> @@ -32,9 +33,9 @@ <li>composition relationships (specified using the javadoc @composed tag)</li> <li>dependency relationships (specified using the javadoc @depend tag)</li> </ul> - </p> <p> The relationship tags take for arguments: + </p> <pre> /** * @composed 1 - 1 BClass @@ -42,9 +43,8 @@ */ class AClass {} </pre> - </p> - </section> - <section name="Sequence Diagrams"> + </subsection> + <subsection name="Sequence Diagrams"> <p> For a detailed description of sequence diagrams using pic macros please have a look at the online <a href="http://www.spinellis.gr/sw/umlgraph/doc/seq-intro.html">documentation</a>. @@ -60,16 +60,15 @@ <p> In order to include the generation of sequence diagrams in your project web-page add the following preGoal directive into the project's maven.xml file: + </p> <pre> <preGoal name="site"> <attainGoal name="dotuml:sequence" /> </preGoal> </pre> - </p> - </section> + </subsection> </section> <section name="Requirements"> - <p> <table> <tr> <th>Tool</th> @@ -84,7 +83,6 @@ <td><a href="http://www.gnu.org/software/plotutils/plotutils.html">www.gnu.org/software/plotutils/plotutils.html</a></td> </tr> </table> - </p> </section> </body> </document> 1.4 +0 -2 maven-plugins/findbugs/xdocs/tasks.xml Index: tasks.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/tasks.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tasks.xml 12 Aug 2004 19:00:06 -0000 1.3 +++ tasks.xml 14 May 2007 14:29:33 -0000 1.4 @@ -13,14 +13,12 @@ </p> <subsection name="1.0"> - <p> <ul> <li> Need to produce nice XML reports. Currently is only generated in text mode which is very terse and boring. <b>DONE!</b> </li> </ul> - </p> </subsection> </section> 1.10 +1 -1 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 13 May 2007 18:49:30 -0000 1.9 +++ properties.xml 14 May 2007 14:29:33 -0000 1.10 @@ -165,11 +165,11 @@ supports following properties of the <a href="http://maven.apache.org/maven-1.x/plugins/jar/properties.html"> jar plugin</a>: + </p> <ul> <li>maven.jar.manifest.attributes.list</li> <li>maven.jar.manifest.groups.list</li> </ul> - </p> </section> </body> |