[Doxygen-users] Question about PREPROCESSING : Problems with Macro without semico lon
Brought to you by:
dimitri
|
From: Kilian, J. <jk...@is...> - 2001-07-25 07:50:58
|
Hi there,
I' ve got the following problem documenting with doxygen and I'm searching
for an solution:
My documentation of a class (using MFC) looks like:
-------------------------
/*!
\class CClass
\brief blablabla
...
*/
class CClass : public CObject
{
DECLARE_SERIAL(CClass)
protected:
//! Desription of the member
double member;
}
------------------------------
Applying doxygen on this class, the macro DECLARE_SERIAL appears as a class
member - which is more or less correct.
>>> But all the data-members after the Macro do not appear in the
documentation! (The missing semicolon after the macto confuses doxygen: the
keyword "protected" is considered as a part of the line without semicolon
...)
(I've tried to solve it with the solution suggested in doxygen-FAQ Question
2 - using the PREDEFINED ... setting - but I didn't succeed ...)
Thanks
Johannes
Johannes Kilian
Entwicklung / Development
ISRA VISION SYSTEMS AG
E-Mail : mailto:jk...@is...
|