Documentation Issues -------------------- Key: MJAVADOC-222 URL: http://jira.codehaus.org/browse/MJAVADOC-222 Project: Maven 2.x Javadoc Plugin Issue Type: Improvement Affects Versions: 2.5 Reporter: Ulrich David Priority: Minor
I have some issues with the documentation: 1. In the example "Using Alternate Doclet" you refer to UMLGraph. It has moved: <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact> <groupId>org.umlgraph</groupId> <artifactId>doclet</artifactId> <version>5.1</version> </docletArtifact> 2. I created a Doclet derived from UMLGraph for just creating class diagrams from a separate source path. The javadoc:javadoc goal says that the sourcepath (and maybe others) are spearated depending on the operating system. This is true for output, but in input for the goal the separator has to be the colon (:). 3. Please reference the useStandardDocletOptions option on the example "Using Alternate Doclet" since I hardly found it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira