[Doxygen-develop] Patch: Undoumented Compound Warning
Brought to you by:
dimitri
From: Itai F. <ita...@ya...> - 2002-03-16 21:58:09
|
Hi, Doxygen does not report undocumented compounds (even when doxyfile is set appropriatly). The attached patch fixes that. Itai cvs diff doxygen.cpp (in directory C:\cvs\src) Index: doxygen.cpp =================================================================== RCS file: /u/kp3softd/cvsroot/src/doxygen.cpp,v retrieving revision 1.99 diff -r1.99 doxygen.cpp 3067c3067,3068 < else if (bName.right(2)!="::") --- > if ((!cd || !cd->hasDocumentation()) && > bName.right(2)!="::") *****CVS exited normally with code 1***** --------------------------------- Do You Yahoo!? Yahoo! Sports - live college hoops coverage |