Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836166 - dev-libs/libevent: flags to install documentation and examples
Summary: dev-libs/libevent: flags to install documentation and examples
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-26 14:00 UTC by Nikita Zlobin
Modified: 2022-03-27 00:34 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 Nikita Zlobin 2022-03-26 14:00:21 UTC
Gentoo libevent package installs no documentation. However, if when looking to its headers as the only remaining docs source, it's visible they look like doxygen-like or something to be built.

There are two useful options for docs:
USE=html: --enable-doxygen-doc enables doxygen documentation to be built (html by default)
USE=man: --enable-doxygen-man enables man pages generation, but requires above one flag (needs --disable-doxygen-html to disable html).

Samples (sources) would be great to be installed to docs as well with 'examples' flag.

--------------------
I also checked --enable-doxygen-dot, this seems to be useless (found no dot or gv files, neither in source nor in build dirs after make command).