Re: [Doxygen-users] How to not show namespace part on classes?
Brought to you by:
dimitri
From: James H. <jh...@ga...> - 2005-11-21 12:00:28
|
If you set HIDE_SCOPE_NAMES = YES in the config file, you will probably get the behaviour you require. Regards, James. Bruce E. Stemplewski wrote: > My classes are within a name space: > > namespace MyNamespace > { > > class MyClass > { > > > } > > } > > > This shows up in help as MyNamspace::MyClass > > Is there anyway to not display the namespace part? > > such as: > > MyClass > > > ------------------------------------------------------- > 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 > |