From 48e41c01c61e8314b85b1520c8b277e2b8d94ebc Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 14 Oct 2011 16:00:43 +0200 Subject: [PATCH] updated doxygen of Node::AddApplication (Ptr) --- src/network/model/node.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/network/model/node.h b/src/network/model/node.h index 1afc3223c..668746e45 100644 --- a/src/network/model/node.h +++ b/src/network/model/node.h @@ -111,9 +111,7 @@ public: * \returns the index of the Application within the Node's list * of Application. * - * Associated this Application to this Node. This method is called - * automatically from Application::Application so the user - * has little reasons to call this method directly. + * Associated this Application to this Node. */ uint32_t AddApplication (Ptr application); /**