minor doxygen updates
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user