[Doxygen-users] Bug related to grouping and namespaces.
Brought to you by:
dimitri
From: Carlo W. <ca...@al...> - 2001-11-21 00:59:01
|
I am having problems with grouping. The need is to create a seperate page for certain stuff, and everything in a certain group goes onto that page (I thought that was the intention of groups anyway). However, instead the group page only contains the general documentation, the functions that I added to the group only appear on the namespace page and their Detailed Information disappears completely... I've attached a small tar ball called 'doxybug.tar.gz'. Extract it and it will create a directory 'doxybug'. cd into doxybug/documentation/ and type 'make'. Next look at doxybug/documentation/html/namespacelibcw_1_1debug.html and you will find that it contains the two functions, which SHOULD have gone into doxybug/documentation/html/group__demangle.html Looking at doxybug/documentation/html/group__demangle.html you'll see that it only contains the data from demangle3.cc. The detailed info is no where (although this is the page that we get to when you click 'more...' after the functions). Note that if you remove the *code* (namespace libcw {... etc) in demangle3.cc, then everything works as I want it to work. -- Carlo Wood <ca...@al...> |