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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
