From d4d89ce0bbd3dd0c556a593accb5e48f7ae09d9e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Nov 2002 03:37:17 +0000 Subject: documenting classes! --- otk/rect.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/rect.hh') diff --git a/otk/rect.hh b/otk/rect.hh index 1ffefcba..925456a1 100644 --- a/otk/rect.hh +++ b/otk/rect.hh @@ -130,7 +130,7 @@ public: /*! The intersection of the rectangles will consist of just the area where the two rectangles overlap. - @param A second Rect object to form an intersection with. + @param a A second Rect object to form an intersection with. @return The intersection between this Rect and the one passed to the function */ @@ -147,7 +147,7 @@ public: /*! The intersection of the rectangles will consist of just the area where the two rectangles overlap. - @param A second Rect object to form an intersection with. + @param a A second Rect object to form an intersection with. */ inline Rect &operator&=(const Rect &a) { *this = *this & a; return *this; } -- cgit v1.2.3