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 ); /**