From 52f8515147e42d9285cc9d5459cbe49cb2c3ae19 Mon Sep 17 00:00:00 2001 From: John Abraham Date: Sun, 10 Nov 2013 16:53:04 -0800 Subject: [PATCH] NetAnim: Some doxygen related fixes --- src/netanim/model/animation-interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/netanim/model/animation-interface.h b/src/netanim/model/animation-interface.h index a39af64ff..05aebbffe 100644 --- a/src/netanim/model/animation-interface.h +++ b/src/netanim/model/animation-interface.h @@ -233,7 +233,7 @@ public: * \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 @@ public: /** * \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)