Is there anything in the doxygen configuration file that determines whether group members will be referenced on \refan individual basis? I would like to be able to refer to participants documented as a group (and not the group as a whole) regarding ordinary members of the class.
For instance:
struct SomeStruct {
...
void f1();
void f2();
...
}
source
share