[Doxygen-develop] @ingroup tag for pages
Brought to you by:
dimitri
From: <Eug...@CO...> - 2008-09-11 07:33:50
|
dear doxygen users and developers, for structuring modules in doxygen, you can use e.g. the @defgroup and @ingroup tags to define a hierarchie. this works "bottom up", meaning that in a @defgroup block, an @ingroup tag defines the parent module. is there something similar for pages? for pages, you can define a structure only "top down". example: /** @page page_1 Page 1 ... @subpage page_1_1 */ /** @page page_1_1 Page 1.1 ... */ what we would need for our purpose is something like at "@inpage" tag: /** @page page_1 Page 1 ... */ /** @page page_1_1 Page 1.1 @inpage page_1 ... */ would this make sense to include into a future release? best regards, Eugen |