]> Dogcows Code - chaz/openbox/blobdiff - otk/rect.hh
documenting classes!
[chaz/openbox] / otk / rect.hh
index 1ffefcba2edcdd54160e280cdfea698931b9f1b9..925456a196711acf6d13b7197df73601cd7c4375 100644 (file)
@@ -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 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 second Rect object to form an intersection with.
   */
   inline Rect &operator&=(const Rect &a) { *this = *this & a; return *this; }
 
This page took 0.022359 seconds and 4 git commands to generate.