[Cppunit-cvs] cppunit/doc CppUnit-win.dox,1.9,1.10 makedox.bat,1.8,1.9 Money.dox,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-09 07:42:56
|
Update of /cvsroot/cppunit/cppunit/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32107/doc Modified Files: CppUnit-win.dox makedox.bat Money.dox Log Message: * 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. * include/cppunit/plugin/TestPlugIn.h: * include/cppunit/CompilerOutputter.h: * doc/CppUnit-win.dox: removed a few documentation generation warnings. Index: Money.dox =================================================================== RCS file: /cvsroot/cppunit/cppunit/doc/Money.dox,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Money.dox 5 Jul 2005 20:56:09 -0000 1.3 --- Money.dox 9 Jul 2005 07:42:47 -0000 1.4 *************** *** 158,162 **** <tt>\$(TargetPath)</tt> expands into the name of your application: ! Debug\MoneyApp.exe in debug configuration and Release\MoneyApp.exe in release configuration. --- 158,162 ---- <tt>\$(TargetPath)</tt> expands into the name of your application: ! Debug\\MoneyApp.exe in debug configuration and Release\\MoneyApp.exe in release configuration. *************** *** 555,557 **** ! */ \ No newline at end of file --- 555,557 ---- ! */ Index: CppUnit-win.dox =================================================================== RCS file: /cvsroot/cppunit/cppunit/doc/CppUnit-win.dox,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CppUnit-win.dox 13 Jul 2002 10:33:48 -0000 1.9 --- CppUnit-win.dox 9 Jul 2005 07:42:36 -0000 1.10 *************** *** 761,765 **** CPPUNIT_NS_BEGIN="namespace CppUnit {" \ CPPUNIT_NS_END=} \ ! CPPUNIT_NS=CppUnit # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then --- 761,766 ---- CPPUNIT_NS_BEGIN="namespace CppUnit {" \ CPPUNIT_NS_END=} \ ! CPPUNIT_NS=CppUnit \ ! CPPUNIT_HAVE_WIN32_DLL_LOADER # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then Index: makedox.bat =================================================================== RCS file: /cvsroot/cppunit/cppunit/doc/makedox.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** makedox.bat 18 Jun 2004 11:42:25 -0000 1.8 --- makedox.bat 9 Jul 2005 07:42:38 -0000 1.9 *************** *** 1,3 **** ! SET VERSION=1.10.2 doxygen CppUnit-win.dox xcopy FAQ html /Y --- 1,3 ---- ! SET VERSION=1.10.4 doxygen CppUnit-win.dox xcopy FAQ html /Y |