[Doxygen-develop] Feature Request: @page in a group
Brought to you by:
dimitri
From: Stefan-Heiss <Ste...@in...> - 2009-06-23 14:00:08
|
If it's technical feasible, I do miss a possibility to place a page generated via the @page command, into a group defined by @defgroup. This feature would give us the possibility to easily cusomtise the documentation of a module for instance. Example of feature requested: ---------------------------------- /** * @defgroup MY_API */ /** * @page PAGE_IOCTL Supported IOCTL * @ingroup MY_API */ --------------------------------- Besides the regular documentation generated by doxygen, this feature would show the PAGE_IOCTL within the MY_API module documentation. -- View this message in context: http://www.nabble.com/Feature-Request%3A-%40page-in-a-group-tp24164592p24164592.html Sent from the Doxygen - Development mailing list archive at Nabble.com. |