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
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to