doxygen
doxygen copied to clipboard
Collapsible and expandable \sections and \subsections (Origin: bugzilla #676755)
status NEW severity normal in component documentation for --- Reported in version unspecified on platform Other Assigned to: Dimitri van Heesch
On 2012-05-24 16:44:37 +0000, [email protected] wrote:
Hi,
It would be really nice to have collapsible/expandable \section (and
\subsection) blocks in the generated Doxygen documentation. The specific use
case is for making non-API Doxygen documents easier to read. For my
particular use case, I'm writing a coding style guide and it would be nice
to be able to hide sections as the Google C++ coding style guide does (http
://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). Could this be
added to Doxygen?
On 2015-07-17 08:12:04 +0000, mirko wrote:
I second this.
I often want to give some additional information to the user, which might
not be interesting for everyone and would make the page too long.
It should also be possible to decide whether this particular section should
be extended or collapse on entering the side.