[doxy] core/helper

This commit is contained in:
Peter D. Barnes, Jr.
2017-09-17 21:33:19 -07:00
parent 19d1ef51d2
commit 29b3cd66f7
2 changed files with 15 additions and 1 deletions

View File

@@ -23,6 +23,13 @@
#include "ns3/assert.h"
#include "random-variable-stream-helper.h"
/**
* \file
* \ingroup core-helpers
* \ingroup randomvariable
* ns3::RandomVariableStreamHelper implementation.
*/
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("RandomVariableStreamHelper");

View File

@@ -21,6 +21,13 @@
#include <string>
/**
* \file
* \ingroup core-helpers
* \ingroup randomvariable
* ns3::RandomVariableStreamHelper declaration.
*/
namespace ns3 {
/**
@@ -33,7 +40,7 @@ public:
* This helper method can be used to configure the stream number for
* one or more RNG streams. The path passed in should correspond to
* an attribute path in the configuration system. It may contain wildcards
* and may ultimately match zero, one, or more than one objects.
* and may ultimately match zero, one, or more than one object.
*
* The objects to match are of type PointerValue where the underlying
* type is of type Ptr<RandomVariableStream>.