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 /include/cppunit/CompilerOutputter.h | |
| 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.
Diffstat (limited to 'include/cppunit/CompilerOutputter.h')
| -rw-r--r-- | include/cppunit/CompilerOutputter.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
