You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ulrich David (JIRA)" <ji...@codehaus.org> on 2008/12/12 14:17:19 UTC

[jira] Created: (MJAVADOC-222) Documentation Issues

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

        

[jira] Closed: (MJAVADOC-222) Documentation Issues

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MJAVADOC-222.
------------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.5.1

fixed in [r748849|http://svn.apache.org/viewvc?rev=748849&view=rev]

> 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
>            Assignee: Vincent Siveton
>            Priority: Minor
>             Fix For: 2.5.1
>
>
> 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