doc: add \file to src/topology-read files

This commit is contained in:
SaiMyGuy (GCI 2019)
2020-02-25 13:15:09 -08:00
committed by Peter D. Barnes, Jr
parent 8142c6e4d0
commit ca10f1c560
12 changed files with 94 additions and 0 deletions

View File

@@ -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");

View File

@@ -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");

View File

@@ -25,6 +25,12 @@
#include "ns3/topology-reader.h"
#include <string>
/**
* \file
* \ingroup topology
* ns3::TopologyHelper declaration.
*/
namespace ns3 {
/**

View File

@@ -28,6 +28,12 @@
#include "inet-topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::InetTopologyReader implementation.
*/
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("InetTopologyReader");

View File

@@ -24,6 +24,12 @@
#include "topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::InetTopologyReader declaration.
*/
namespace ns3 {

View File

@@ -27,6 +27,12 @@
#include "orbis-topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::OrbisTopologyReader implementation.
*/
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("OrbisTopologyReader");

View File

@@ -24,6 +24,12 @@
#include "topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::OrbisTopologyReader declaration.
*/
namespace ns3 {

View File

@@ -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");

View File

@@ -23,6 +23,12 @@
#include "topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::RocketfuelTopologyReader declaration.
*/
namespace ns3 {

View File

@@ -23,6 +23,12 @@
#include "topology-reader.h"
/**
* \file
* \ingroup topology
* ns3::TopologyReader implementation.
*/
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("TopologyReader");

View File

@@ -29,6 +29,12 @@
#include "ns3/node.h"
/**
* \file
* \ingroup topology
* ns3::TopologyReader declaration.
*/
namespace ns3 {
class NodeContainer;

View File

@@ -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