[Doxygen-users] order of modules in RTF/LaTex and how to exclude some sections?
Brought to you by:
dimitri
From: John C. <j.c...@ar...> - 2001-08-23 18:06:38
|
We have groups (@defgroup) defined that form a hierarchy of modules in the generated document. When generating RTF or PDF (via LaTex) these groups seem to be ordered more by when they were encountered in the code rather than following the group hierarchy -- so I lower level group/module might have its detailed description come BEFORE the higher level group. In HTML this isn't a problem since groups are always viewed by 'drilling' down. ALSO, is there a way to exclude top level documentation sections like 'Files' or 'Data Structures'. What is odd about the 'Data Structures' section to me is that it lists data structures that are also part of some group. If in a group, we prefer not to see a data structure (or other declarations) documented until the rest of that group/module is documented. Thanks for any ideas! --John |