doc: add \file to src/topology-read files
This commit is contained in:
committed by
Peter D. Barnes, Jr
parent
8142c6e4d0
commit
ca10f1c560
@@ -36,6 +36,34 @@
|
||||
#include "ns3/topology-read-module.h"
|
||||
#include <list>
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* Example of TopologyReader: .read in a topology in a specificed format.
|
||||
*/
|
||||
|
||||
// Document the available input files
|
||||
/**
|
||||
* \file RocketFuel_toposample_1239_weights.txt
|
||||
* Example TopologyReader input file in RocketFuel format;
|
||||
* to read this with topology-example-sim.cc use \c --format=Rocket
|
||||
*/
|
||||
/**
|
||||
* \file Inet_toposample.txt
|
||||
* Example TopologyReader input file in Inet format;
|
||||
* to read this with topology-example-sim.cc use \c --format=Inet
|
||||
*/
|
||||
/**
|
||||
* \file Inet_small_toposample.txt
|
||||
* Example TopologyReader input file in Inet format;
|
||||
* to read this with topology-example-sim.cc use \c --format=Inet
|
||||
*/
|
||||
/**
|
||||
* \file Orbis_toposample.txt
|
||||
* Example TopologyReader input file in Orbis format;
|
||||
* to read this with topology-example-sim.cc use \c --format=Orbis
|
||||
*/
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("TopologyCreationExperiment");
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
#include "ns3/rocketfuel-topology-reader.h"
|
||||
#include "ns3/log.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::TopologyHelper implementation.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("TopologyReaderHelper");
|
||||
|
||||
@@ -25,6 +25,12 @@
|
||||
#include "ns3/topology-reader.h"
|
||||
#include <string>
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::TopologyHelper declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
/**
|
||||
|
||||
@@ -28,6 +28,12 @@
|
||||
#include "inet-topology-reader.h"
|
||||
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::InetTopologyReader implementation.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("InetTopologyReader");
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
|
||||
#include "topology-reader.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::InetTopologyReader declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
|
||||
@@ -27,6 +27,12 @@
|
||||
#include "orbis-topology-reader.h"
|
||||
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::OrbisTopologyReader implementation.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("OrbisTopologyReader");
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
|
||||
#include "topology-reader.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::OrbisTopologyReader declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
|
||||
@@ -28,6 +28,12 @@
|
||||
#include "ns3/node-container.h"
|
||||
#include "rocketfuel-topology-reader.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::RocketfuelTopologyReader implementation.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("RocketfuelTopologyReader");
|
||||
|
||||
@@ -23,6 +23,12 @@
|
||||
|
||||
#include "topology-reader.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::RocketfuelTopologyReader declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +23,12 @@
|
||||
#include "topology-reader.h"
|
||||
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::TopologyReader implementation.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE ("TopologyReader");
|
||||
|
||||
@@ -29,6 +29,12 @@
|
||||
#include "ns3/node.h"
|
||||
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology
|
||||
* ns3::TopologyReader declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
class NodeContainer;
|
||||
|
||||
@@ -37,6 +37,12 @@ using namespace ns3;
|
||||
* \defgroup topology-test Topology module tests
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \ingroup topology-test
|
||||
* ns3::RockefuelTopologyReader test suite.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \ingroup topology-test
|
||||
* \ingroup tests
|
||||
|
||||
Reference in New Issue
Block a user