From 4ec392def4a1b088b0b0c9d6fe6902fffbc4bd94 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sat, 9 Jul 2005 06:42:47 +0000 Subject: 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. --- include/cppunit/CompilerOutputter.h | 2 +- include/cppunit/TestSuite.h | 2 +- include/cppunit/XmlOutputterHook.h | 6 +++--- include/cppunit/plugin/TestPlugIn.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include/cppunit') 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 supported (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 ( * "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 element. + * \param testElement \ 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 element. + * \param testElement \ 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 element. + * \param statisticsElement \ 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 -- cgit v1.2.1