summaryrefslogtreecommitdiffstats
path: root/src/2geom/point.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-07-24 23:24:28 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-07-24 23:24:28 +0000
commit3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed (patch)
treed2ea0404211b3a89850bf4848ea758bc9385ef22 /src/2geom/point.cpp
parentfix page shadow rendering bug introduced in r10495 (diff)
downloadinkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.tar.gz
inkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.zip
Update 2Geom to fix serious IntRect bug I've found in my GSoC branch
(bzr r10502)
Diffstat (limited to 'src/2geom/point.cpp')
-rw-r--r--src/2geom/point.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/point.cpp b/src/2geom/point.cpp
index cafc0fdba..3ad9dd1fd 100644
--- a/src/2geom/point.cpp
+++ b/src/2geom/point.cpp
@@ -49,8 +49,8 @@ namespace Geom {
* from the origin (point at 0,0) to the stored coordinates,
* and has methods implementing several vector operations (like length()).
*
- * @par Operator note
- * @par
+ * @section OpNotePoint Operator note
+ *
* Most operators are provided by Boost operator helpers, so they are not visible in this class.
* If @a p, @a q, @a r denote points, @a s a floating-point scalar, and @a m a transformation matrix,
* then the following operations are available: