Update doxygen documentation

This commit is contained in:
Tim Schubert 2020-09-06 21:37:47 +02:00
parent 61b6fd7ea1
commit f17ff6abc6
38 changed files with 1023 additions and 124 deletions

View file

@ -24,6 +24,18 @@ using namespace ns3;
NS_LOG_COMPONENT_DEFINE ("LeoMobilityTestSuite");
/**
* \ingroup leo
* \defgroup leo-test LEO module tests
*/
/**
* \ingroup leo-test
* \ingroup tests
*
* \brief Unit tests
*/
class LeoMobilityWaypointTestCase : public TestCase
{
public:
@ -57,6 +69,12 @@ LeoMobilityWaypointTestCase::DoRun (void)
NS_TEST_ASSERT_MSG_EQ ((mobility->WaypointsLeft () > 2), true, "Reading waypoints from empty");
}
/**
* \ingroup leo-test
* \ingroup tests
*
* \brief Unit tests
*/
class LeoMobilityTestSuite : public TestSuite
{
public: