Re: [Doxygen-users] Graph on Doxygen

2015-06-09 Thread Live (jamiil)
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for # each documented class showing the direct and indirect inheritance relations. # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. # The default value is: YES. # This tag requires that the tag HAVE_DOT is s

[Doxygen-users] Confusion between documentation of function and inner class

2015-06-09 Thread didje
Doxygen 1.8.7 In a class, I have a function within which an inner class is declared. //*! This is a test class */ class TestClass { /*! \brief A function which does something /* \param param_A this is the first parameter of doSomething function /* \param param_B this is the second parameter of

[Doxygen-users] How to output the declarations only of extern C functions

2015-06-09 Thread Jeremy Royston
Perhaps this question has been answered already - I'm more or less a Doxygen beginner. I looked through the config parameters, and saw nothing suitable. I have a C program with about 25 modules. Using the default configuration, each module documentation contains the whole documentation of every