From b0fd4d2e2aed73b50eb296142a1cf6fe49853c17 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sun, 6 Nov 2011 17:46:16 +0100 Subject: [PATCH] Topology reader docs fixings --- doc/models/source/index.rst | 1 + src/topology-read/doc/topology.h | 18 +------- src/topology-read/doc/topology.rst | 45 +++++++++++++++++++ .../helper/topology-reader-helper.h | 2 + .../model/inet-topology-reader.h | 3 +- .../model/orbis-topology-reader.h | 3 +- .../model/rocketfuel-topology-reader.h | 3 +- src/topology-read/model/topology-reader.h | 12 +++++ 8 files changed, 67 insertions(+), 20 deletions(-) create mode 100644 src/topology-read/doc/topology.rst diff --git a/doc/models/source/index.rst b/doc/models/source/index.rst index 1e34722ba..fa7dd59c3 100644 --- a/doc/models/source/index.rst +++ b/doc/models/source/index.rst @@ -38,6 +38,7 @@ This document is written in `reStructuredText ::const_iterator ConstAttributesIterator; + /** + * \brief Constructor + * \param fromPtr Ptr to the node the link is orginating from + * \param fromName name of the node the link is orginating from + * \param toPtr Ptr to the node the link is directed to + * \param toName name of the node the link is directed to + */ Link ( Ptr fromPtr, std::string fromName, Ptr toPtr, std::string toName ); /**