Re: [Doxygen-users] How to not show namespace part on classes?
Brought to you by:
dimitri
From: James H. <jh...@ga...> - 2005-11-22 16:45:07
|
Dear Bruce, Doxygen writes a tag like my_namespace::my_class at the top of each class documentation page below the menu and above the class heading. The namespace name(s) are links to the corresponding namespace documentation. I'm not sure whether this is generated by default or switched on by a config file setting. This appeared in a relatively recent version of Doxygen (but unfortunately I can't remember which version). You could try using the latest release with the default config settings and see if these tags appear. Regards, James. Bruce E. Stemplewski wrote: > James Hobro wrote: > >> If you set HIDE_SCOPE_NAMES = YES in the config file, you will >> probably get the behaviour you require. >> >> Regards, >> >> James. >> > Yes that did it. Now is there anyway to show at the top of the class > documentation that the class belongs to a particular namespace? I > suppose I could just but that in the class description but it would be > nice if there was some automatic way to do it. > > Bruce > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |