minor doxygen updates

This commit is contained in:
Tommaso Pecorella
2017-05-10 02:17:58 +02:00
parent e663d70357
commit 8dc24d2c1f
2 changed files with 4 additions and 1 deletions

View File

@@ -80,12 +80,15 @@ public:
{}
/**
* Copy constructor
* \param o The object to be copied
*/
SimpleRefCount (const SimpleRefCount &o)
: m_count (1)
{}
/**
* Assignment
* \param o The object to be copied
* \return A reference to the new object
*/
SimpleRefCount &operator = (const SimpleRefCount &o)
{

View File

@@ -30,7 +30,7 @@
namespace ns3 {
namespace olsr {
/**
* \ingroup olsr
* \ingroup olsr-test
* \ingroup tests
*
* \brief Less trivial test of OLSR Topology Control message generation