diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-07-09 06:42:47 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-07-09 06:42:47 +0000 |
| commit | 4ec392def4a1b088b0b0c9d6fe6902fffbc4bd94 (patch) | |
| tree | 7db89f102b45ce802e7ccd552c27fcd762e249f8 | |
| parent | c488ed5434ecab7fe155acc77fa054ddd2d23e61 (diff) | |
| download | cppunit-4ec392def4a1b088b0b0c9d6fe6902fffbc4bd94.tar.gz | |
Doc/Money.
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.
| -rw-r--r-- | doc/CppUnit-win.dox | 3 | ||||
| -rw-r--r-- | doc/Money.dox | 4 | ||||
| -rw-r--r-- | doc/makedox.bat | 2 | ||||
| -rw-r--r-- | include/cppunit/CompilerOutputter.h | 2 | ||||
| -rw-r--r-- | include/cppunit/TestSuite.h | 2 | ||||
| -rw-r--r-- | include/cppunit/XmlOutputterHook.h | 6 | ||||
| -rw-r--r-- | include/cppunit/plugin/TestPlugIn.h | 2 |
7 files changed, 11 insertions, 10 deletions
diff --git a/doc/CppUnit-win.dox b/doc/CppUnit-win.dox index 6b2e592..ff48b7c 100644 --- a/doc/CppUnit-win.dox +++ b/doc/CppUnit-win.dox @@ -760,7 +760,8 @@ PREDEFINED = CPPUNIT_HAVE_CPP_SOURCE_ANNOTATION \ CPPUNIT_HAVE_NAMESPACES=1 \ CPPUNIT_NS_BEGIN="namespace CppUnit {" \ CPPUNIT_NS_END=} \ - CPPUNIT_NS=CppUnit + CPPUNIT_NS=CppUnit \ + CPPUNIT_HAVE_WIN32_DLL_LOADER # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. diff --git a/doc/Money.dox b/doc/Money.dox index eb42736..e083a9f 100644 --- a/doc/Money.dox +++ b/doc/Money.dox @@ -157,7 +157,7 @@ Let's adds that to our project, In the project settings, in the - In 'post-build command(s)', add a new line: <tt>\$(TargetPath)</tt> <tt>\$(TargetPath)</tt> expands into the name of your application: -Debug\MoneyApp.exe in debug configuration and Release\MoneyApp.exe in release +Debug\\MoneyApp.exe in debug configuration and Release\\MoneyApp.exe in release configuration. What we are doing is say to VC++ to run our application for each build. @@ -554,4 +554,4 @@ and all the newbies around that keep asking me for the -*/
\ No newline at end of file +*/ diff --git a/doc/makedox.bat b/doc/makedox.bat index 5e76e1e..c8ed1f0 100644 --- a/doc/makedox.bat +++ b/doc/makedox.bat @@ -1,4 +1,4 @@ -SET VERSION=1.10.2 +SET VERSION=1.10.4 doxygen CppUnit-win.dox xcopy FAQ html /Y diff --git a/include/cppunit/CompilerOutputter.h b/include/cppunit/CompilerOutputter.h index f29c0d9..07b1460 100644 --- a/include/cppunit/CompilerOutputter.h +++ b/include/cppunit/CompilerOutputter.h @@ -90,7 +90,7 @@ public: * Thoses are the two compilers currently <em>supported</em> (gcc format is used if * VC++ is not detected). If you want your compiler to be automatically supported by * CppUnit, send a mail to the mailing list (preferred), or submit a feature request - * that indicates how to detect your compiler with the preprocessor (#ifdef...) and + * that indicates how to detect your compiler with the preprocessor (\#ifdef...) and * your compiler location format. */ void setLocationFormat( const std::string &locationFormat ); diff --git a/include/cppunit/TestSuite.h b/include/cppunit/TestSuite.h index a478b8d..2b9cd8d 100644 --- a/include/cppunit/TestSuite.h +++ b/include/cppunit/TestSuite.h @@ -30,7 +30,7 @@ CPPUNIT_NS_BEGIN * suite->addTest(new CppUnit::TestCaller<MathTest> ( * "testDivideByZero", testDivideByZero)); * \endcode - * Note that \link TestSuite TestSuites assume lifetime + * Note that \link TestSuite TestSuites \endlink assume lifetime * control for any tests added to them. * * TestSuites do not register themselves in the TestRegistry. diff --git a/include/cppunit/XmlOutputterHook.h b/include/cppunit/XmlOutputterHook.h index e4f37bd..4a2de7e 100644 --- a/include/cppunit/XmlOutputterHook.h +++ b/include/cppunit/XmlOutputterHook.h @@ -129,7 +129,7 @@ public: /*! Called after adding a fail test element. * \param document XML Document being created. - * \param testElement <FailedTest> element. + * \param testElement \<FailedTest\> element. * \param test Test that failed. * \param failure Test failure data. */ @@ -140,7 +140,7 @@ public: /*! Called after adding a successful test element. * \param document XML Document being created. - * \param testElement <Test> element. + * \param testElement \<Test\> element. * \param test Test that was successful. */ virtual void successfulTestAdded( XmlDocument *document, @@ -149,7 +149,7 @@ public: /*! Called after adding the statistic element. * \param document XML Document being created. - * \param statisticsElement <Statistics> element. + * \param statisticsElement \<Statistics\> element. */ virtual void statisticsAdded( XmlDocument *document, XmlElement *statisticsElement ); diff --git a/include/cppunit/plugin/TestPlugIn.h b/include/cppunit/plugin/TestPlugIn.h index 1214e12..5692fa3 100644 --- a/include/cppunit/plugin/TestPlugIn.h +++ b/include/cppunit/plugin/TestPlugIn.h @@ -102,7 +102,7 @@ struct CppUnitTestPlugIn * The signature of the exported function is: * \code * CppUnitTestPlugIn *CPPUNIT_PLUGIN_EXPORTED_NAME(void); - * \endif + * \endcode */ #define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTestPlugIn |
