[Doxygen-users] namespace in Class Heirarchy like class
Brought to you by:
dimitri
From: John <joh...@te...> - 2002-02-26 22:27:18
|
Hi, Sorry if this is is in the archives but I couldn't figure out how the search the archives. I would like my namepace to show up in the Class Heirarchy page heirarchically grouped, like a class is. Is this possible? This is what it looks like now: Class1 <>BaseClass1 Namespace1::Class2 Namespace1::Class3 But I would like it to look like this: Class1 <>BaseClass1 Namespace1 <>Class2 <>Class3 The namespace class definitions clutter up the listings, it would be nice if they were grouped the way that classes are. I tried @defgroup but it had now effect on this page. Thanks, John. |