Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421827 - sci-physics/bullet should (optionally) generate API docs in html format
Summary: sci-physics/bullet should (optionally) generate API docs in html format
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-18 19:28 UTC by Vitaly
Modified: 2012-06-27 18:14 UTC (History)
0 users

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 Vitaly 2012-06-18 19:28:11 UTC
bullet has nice API documentation, that can be generated by Doxygen

That can be done with:
sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile # that is strange thing. Found that in archlinux's https://projects.archlinux.org/svntogit/community.git/tree/bullet/trunk/PKGBUILD#n42
doxygen Doxyfile

then just copy "html" directory to approporiate place in /usr/share/doc


You can add additional use-flag (e.g. api-docs) or put that in doc flag. 

Thanks in advance
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2012-06-27 18:14:31 UTC
+  27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> bullet-2.80.ebuild:
+  html docs are built with doxygen if doc flag is set, bug #421827, thanks
+  Vitaly
+