Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8208 - Add "js" and "dot" to dohtml for Doxygen-enabled ebuilds
Summary: Add "js" and "dot" to dohtml for Doxygen-enabled ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-22 03:36 UTC by Nicholas Wourms
Modified: 2011-10-30 22:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Wourms 2002-09-22 03:36:12 UTC
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!
Comment 1 SpanKY gentoo-dev 2002-09-22 13:11:34 UTC
this is an aspect of portage yes ? :x
Comment 2 Nicholas Wourms 2002-09-23 09:52:03 UTC
Well dohtml is part of the portage package, so yes it is.
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-10-11 03:04:20 UTC
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')