@ingroup tag for pages

<[email protected]>
Newsgroups gmane.text.doxygen.devel
Message-ID <216C9233AD5E35468FA36016A859764A01A9BE99CE@mucse407.eu.infineon.com>
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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.