summaryrefslogtreecommitdiff
path: root/otk/rect.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-04 03:37:17 +0000
committerDana Jansens <danakj@orodu.net>2002-11-04 03:37:17 +0000
commitd4d89ce0bbd3dd0c556a593accb5e48f7ae09d9e (patch)
tree3424838cd57320229fa74105ab4b4618a1860450 /otk/rect.hh
parente9085c3a45be749fb5bda969552be52a0d60afe0 (diff)
documenting classes!
Diffstat (limited to 'otk/rect.hh')
-rw-r--r--otk/rect.hh4
1 files changed, 2 insertions, 2 deletions
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; }