summaryrefslogtreecommitdiff
path: root/include/cppunit/CompilerOutputter.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-08-29 18:27:07 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-08-29 18:27:07 +0000
commit40669673029364275f58207549f91b8390215ec7 (patch)
tree64f006dc0eb826c11c5b85bc24d963b1811ba245 /include/cppunit/CompilerOutputter.h
parenteb3575761c12af9822403fcf25b6930150fb6890 (diff)
downloadcppunit-40669673029364275f58207549f91b8390215ec7.tar.gz
Include/cppunit/CompilerOutputter.
include/cppunit/CompilerOutputter.h: * include/cppunit/Exception.h: * include/cppunit/Protector.h: * include/cppunit/TestListener.h: * include/cppunit/TestPath.h: * include/cppunit/TestResult.h: * include/cppunit/TestRunner.h: * include/cppunit/XmlOutputter.h: * include/cppunit/plugin/DynamicLibraryManager.h: * include/cppunit/plugin/PlugInManager.h: * include/cppunit/plugin/PlugInParameters.h: * include/cppunit/TestPlugIn.h: * src/cppunit/DefaultProtector.h: * src/cppunit/ProtectorChain.h: * src/cppunit/ProtectorContext.h: * src/cppunit/TestCase.cpp: * src/cppunit/TestResult.cpp: fixed a dew documentation bugs. * include/cppunit/TestResult.h: * src/cppunit/TestResult.cpp: moved documentation to header.
Diffstat (limited to 'include/cppunit/CompilerOutputter.h')
-rw-r--r--include/cppunit/CompilerOutputter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cppunit/CompilerOutputter.h b/include/cppunit/CompilerOutputter.h
index 04be58f..e5ca0b3 100644
--- a/include/cppunit/CompilerOutputter.h
+++ b/include/cppunit/CompilerOutputter.h
@@ -55,7 +55,7 @@ class TestResultCollector;
class CPPUNIT_API CompilerOutputter : public Outputter
{
public:
- /*! Constructs a CompilerOutputter object.
+ /*! \brief Constructs a CompilerOutputter object.
* \param result Result of the test run.
* \param stream Stream used to output test result.
* \param locationFormat Error location format used by your compiler. Default
@@ -70,7 +70,7 @@ public:
/// Destructor.
virtual ~CompilerOutputter();
- /*! Sets the error location format.
+ /*! \brief Sets the error location format.
*
* Indicates the format used to report location of failed assertion. This format should
* match the one used by your compiler.
@@ -95,7 +95,7 @@ public:
*/
void setLocationFormat( const std::string &locationFormat );
- /*! Creates an instance of an outputter that matches your current compiler.
+ /*! \brief Creates an instance of an outputter that matches your current compiler.
* \deprecated This class is specialized through parameterization instead of subclassing...
* Use CompilerOutputter::CompilerOutputter instead.
*/