[Doxygen-users] Hiding namespaces and merging namespace/class lists
Brought to you by:
dimitri
From: Ted D. <ted...@ea...> - 2001-12-07 17:40:35
|
Two questions: 1) How hard would it be to add an option to merge the namespace and compound lists? Our developers don't really care if some piece of functionality is implemented in a namespace or in a class so it would be easier for them to find things if the lists were merged. Any thoughts? 2) My project uses a single namespace for all the code written. We want to hide this namespace in the documentation. I just upgraded to 1.2.12 from 1.2.6. In 6, the HIDE_SCOPE_NAMES option did this. In version 12, the alphabetic list still shows the namespace name. Is there any way to get rid of this? Thanks, Ted |