Re: [Doxygen-users] any way to suppress - prepending \brief to \details in class & file members ?

2015-09-16 Thread Albert
Monique, Did you have a look at e.g. BRIEF_MEMBER_DESC and REPEAT_BRIEF in the Doxyfile ? Albert On Wed, Sep 16, 2015 at 2:55 AM, Monique Semp wrote: > Hello, Doxygen users, > > I’m wondering if there’s any way to suppress the standard behavior of the > \brief and \details commands for class &

Re: [Doxygen-users] any way to suppress - prepending \brief to \details in class & file members ?

2015-09-16 Thread Monique Semp
> Did you have a look at e.g. BRIEF_MEMBER_DESC and REPEAT_BRIEF in the > Doxyfile ? That’s it! Hats off to Dimitri and the world of programmers who maintain Doxygen! I’m continually impressed with how much has been foreseen and the many options that are available. (Although it is a daunting ta

[Doxygen-users] Raw class and member extraction for multiple languges

2015-09-16 Thread FallDownT
Hello doxygen-users. Do any of you know of a technique to extract a list of classes and their respective members (or language equivalent) from source code that will work for any language using doxygen? Ultimately I want to extract a list of classes, member variables, and member functions (or lang