NetAnim: Some doxygen related fixes
authorJohn Abraham <john.abraham.in@gmail.com>
Sun, 10 Nov 2013 16:53:04 -0800
changeset 10397 6be2010385a2
parent 10396 49e37828c606
child 10398 458687e0055d
child 10428 a3a24aca881e
child 10442 a420385d5438
NetAnim: Some doxygen related fixes
src/netanim/model/animation-interface.h
--- a/src/netanim/model/animation-interface.h	Fri Nov 08 17:26:52 2013 +0100
+++ b/src/netanim/model/animation-interface.h	Sun Nov 10 16:53:04 2013 -0800
@@ -233,7 +233,7 @@
    * \param minX X value of the lower left corner
    * \param minY Y value of the lower left corner
    * \param maxX X value of the upper right corner
-   * \param maxX Y value of the upper right corner
+   * \param maxY Y value of the upper right corner
    *
    */
   static void SetBoundary (double minX, double minY, double maxX, double maxY);
@@ -320,7 +320,7 @@
 
   /**
    * \brief Helper function to set the color of nodes in a container
-   * \param n Ptr to the node
+   * \param nc A Node Container of Nodes 
    * \param r Red component value (0-255)
    * \param g Green component value (0-255)
    * \param b Blue component value (0-255)