[Doxygen-users] why doxygen takes non documented info?(am I doing something wrong?)
Brought to you by:
dimitri
From: Toni M. <ton...@wa...> - 2001-12-03 17:31:11
|
see the example /** \defgroup FOO mygroup This is my Foo group @{ */ /** \def MY_MACROA this is a defined macro */ #define MY_MACROA(A) (do something on A)=09 #define MY_MACROB(B) (do something on B) #define MY_MACROC(C) (do something on C) /** @} */ ------------------------------------------- The ouput generated doc shows the 3 macros while only documented the firs= t. --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Toni Moreno Gim=E9nez =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Pje de las rosas n=BA 22 Vilassar de Mar=20 (Barcelona) Espa=F1a CP: 08340 ----------------- Tel:937598149 Tel: 699706656 ----------------- |