Macro and class definition
Olivier Couet <[email protected]> Wed, 12 Dec 2018 14:57:25 +0000
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have the following problem:
* Some C macro defined as:
# define SOME_MACRO
* A class defined as:
/** \class A_CLASS
A simple class.
*/
class SOME_MACRO A_CLASS<https://root.cern/doc/master/classTTreeReaderValue.html> {
/// A method
void F();
}
Doxygen find the class description but does not find
the method or anything in the class. This is because the
the C macro name between the keyword “class” and the
class name.
I tried to set at YES the CLANG_ASSISTED_PARSING flag,
but it does not help.
Some ideas ?
Cheers,
O.
_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users