[Doxygen-users] style question and grouping bug?
Brought to you by:
dimitri
From: Ted D. <ted...@ea...> - 2001-12-08 02:09:50
|
The source code in my system is organized in two levels. Packages are collections of modules. Modules are collections of classes and namespace that perform a tightly coupled function. I'm using doxygen grouping commands to setup a page for each package that contains the modules and a page for each module that contains the namespaces and classes in that module. The main doxygen module page then displays my packages (with their modules indented). In the package page, all of the modules in that package are listed in reverse alphabetic order. Is this a bug or am I not doing something correctly? In the package pages, is there any way to get the brief description for the module to be displayed next to the module name? I really like the look of the namespace list and class list pages. Is there any way to apply this style to the group (package and module) pages so that a module page would list it's namespaces and classes in the same two column list that the main namespace/class list pages do? Thanks, Ted |