Note that there are some explanatory texts on larger screens.

plurals
  1. POopen source tool to generate Javadocs through Maven2 with automatic UML diagrams like ydoc
    primarykey
    data
    text
    <p>I want to generate javadocs through maven's site generation plugin and I want to have automatic UML diagrams created and embedded in the javadoc.</p> <p>The <a href="http://www.statsvn.org/" rel="nofollow noreferrer">statsvn</a> project uses <a href="http://www.yworks.com/en/products_ydoc.htm" rel="nofollow noreferrer">yDoc</a> to generate their UML documentation but I think they're using Maven1. yDoc is a commercial shareware product, so I'm unsure how the open source statsvn project integrates with it (or if there is a free version to use for javadoc generation).</p> <p>Example svnstat yDoc javadoc: <a href="http://www.statsvn.org/apidocs/net/sf/statsvn/output/ChurnPageMaker.html" rel="nofollow noreferrer">ChurnPageMaker.java</a></p> <p>svnstat includes ydoc as a plugin to their Maven1 report generation: <a href="http://www.google.com/codesearch/p?hl=en&amp;sa=N&amp;cd=1&amp;ct=rc#lxMjJv9WqAo/trunk/statsvn/project.xml&amp;q=statsvn" rel="nofollow noreferrer">project.xml</a></p> <pre><code> &lt;reports&gt; &lt;report&gt;maven-ydoc-plugin&lt;/report&gt; ... &lt;/reports&gt; </code></pre> <p>The <a href="http://kb.yworks.com/article158.html" rel="nofollow noreferrer">yDoc documentation</a> says you can use Maven2's custom javadoc doclet approach (but I can't figure out where to download yDoc or if it's free). It seems like the statsvn project is using yDoc so I'm guessing it's free?</p> <p>Are there any other open source Javadoc doclet generators that integrate with Maven2 to generate javadocs with embedded class diagrams.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload