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

@ -30,6 +30,18 @@
using namespace ns3;
/**
* \ingroup leo
* \defgroup leo-test LEO module tests
*/
/**
* \ingroup leo-test
* \ingroup tests
*
* \brief Unit tests
*/
class LeoAnimTestCase1 : public TestCase
{
public:
@ -118,10 +130,12 @@ LeoAnimTestCase1::DoRun (void)
Simulator::Destroy ();
}
// 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 leo-test
* \ingroup tests
*
* \brief Unit tests
*/
class LeoAnimTestSuite : public TestSuite
{
public: