Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1068)

Unified Diff: src/core/test/sample-test-suite.cc

Issue 318360043: Final updates to correct doxygen warnings for the core module (Closed)
Patch Set: Additional doxygen corrections Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/test/rng-test-suite.cc ('k') | src/core/test/simulator-test-suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/test/sample-test-suite.cc
===================================================================
--- a/src/core/test/sample-test-suite.cc
+++ b/src/core/test/sample-test-suite.cc
@@ -24,7 +24,12 @@
// to use the using directive to access the ns3 namespace directly
using namespace ns3;
-// This is an example TestCase.
+/**
+ * \ingroup core-test
+ * \ingroup tests
+ *
+ * \brief This is an example TestCase.
+ */
class SampleTestCase1 : public TestCase
{
public:
@@ -60,10 +65,14 @@
NS_TEST_ASSERT_MSG_EQ_TOL (0.01, 0.01, 0.001, "Numbers are not equal within tolerance");
}
-// The TestSuite class names the TestSuite, identifies what type of TestSuite,
-// and enables the TestCases to be run. Typically, only the constructor for
-// this class must be defined
-//
+/**
+ * \ingroup core-test
+ * \ingroup tests
+ *
+ * \brief The TestSuite class names the TestSuite, identifies what type of TestSuite,
+ * and enables the TestCases to be run. Typically, only the constructor for
+ * this class must be defined
+ */
class SampleTestSuite : public TestSuite
{
public:
« no previous file with comments | « src/core/test/rng-test-suite.cc ('k') | src/core/test/simulator-test-suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b