You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Manos Batsis <ma...@geekologue.com> on 2007/04/05 17:37:34 UTC

Javadoc configuration lost with UmlGraph doclet?

When using the UmlGraph doclet to include UML diagrams in my javadocs 
some parts of the config (header, stylesheet) are ignored. Does anyone 
have the slightest idea of why this happens? I cant figure where to 
attack this and hoped someone can point me to the right direction


  <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
  <docletArtifact>
   <groupId>gr.spinellis</groupId>
   <artifactId>UmlGraph</artifactId>
   <version>4.6</version>
  </docletArtifact>
  <additionalparam>
    -inferrel -inferdep -quiet -hide java.*
    -collpackages java.util.* -qualify
    -postfixpackage -nodefontsize 9
    -nodefontpackagesize 7
  </additionalparam>
  <links>
   <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
  </links>
  <stylesheetfile>${basedir}/src/site/css/javadoc.css</stylesheetfile>
  <header><![CDATA[<img class="logo" src="../images/banner-logo-dev.gif"
  />]]></header>
  <linksource>true</linksource>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org