[Cppunit-cvs] cppunit ChangeLog,1.231,1.232
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-09 07:45:43
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1447 Modified Files: ChangeLog Log Message: * config/bb_enable_doxygen.m4: applied Brad Hards patch to remove warning when running ./autogen.sh or aclocal. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.231 retrieving revision 1.232 diff -C2 -d -r1.231 -r1.232 *** ChangeLog 6 Jul 2005 07:18:13 -0000 1.231 --- ChangeLog 9 Jul 2005 07:45:34 -0000 1.232 *************** *** 1,2 **** --- 1,16 ---- + 2005-07-09 Baptiste Lepilleur <gai...@fr...> + + * doc/Money.dox: + * include/cppunit/TestSuite.h: + * include/cppunit/XmlOutputterHook.h: applied Brad Hards patch + that correct miscellaneous doc generation issues (unescaped <>, \...). + + * include/cppunit/plugin/TestPlugIn.h: + * include/cppunit/CompilerOutputter.h: + * doc/CppUnit-win.dox: removed a few documentation generation warnings. + + * config/bb_enable_doxygen.m4: applied Brad Hards patch to remove warning + when running ./autogen.sh or aclocal. + 2005-07-05 Baptiste Lepilleur <gai...@fr...> |