Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836166

Summary: dev-libs/libevent: flags to install documentation and examples
Product: Gentoo Linux Reporter: Nikita Zlobin <cook60020tmp>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: UNCONFIRMED ---    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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).