diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-04 03:37:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-04 03:37:17 +0000 |
| commit | d4d89ce0bbd3dd0c556a593accb5e48f7ae09d9e (patch) | |
| tree | 3424838cd57320229fa74105ab4b4618a1860450 /otk/rect.hh | |
| parent | e9085c3a45be749fb5bda969552be52a0d60afe0 (diff) | |
documenting classes!
Diffstat (limited to 'otk/rect.hh')
| -rw-r--r-- | otk/rect.hh | 4 |
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; } |
