# 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 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
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