[Cppunit-devel] [patch] terminate \link command
Brought to you by:
blep
From: Brad H. <br...@fr...> - 2005-06-13 12:06:53
|
\linkend is required diff -u -4 -p -r1.14 TestSuite.h --- include/cppunit/TestSuite.h 13 Jul 2002 10:33:50 -0000 1.14 +++ include/cppunit/TestSuite.h 13 Jun 2005 12:05:25 -0000 @@ -29,9 +29,9 @@ CPPUNIT_NS_BEGIN * "testAdd", testAdd)); * 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. * \see Test |