Please add the .js and .dot extensions to dohtml so that the entire Doxygen generated documentation gets copied. The javascript is used when Tree-view is enabled and the .dot is for the graphviz generated API charts. Really cool stuff, which I have enabled on a few ebuilds I want to submit [the extra API docs are only for those people using the "doc" use flag]. Thanks in advance!
this is an aspect of portage yes ? :x
Well dohtml is part of the portage package, so yes it is.
In cvs. Ok... I've added .js as a default, but you'll have to use a new flag to get .dot as no one knows what it is, and it's better to have a special case than an accidental inclusion... dohtml -a gif,html,htm * will do the three types listed dohtml -A dot,java * will do all defaults AND the ones listed ('dot' 'java')