diff -r b11737922197 -r 3a98515e9bc3 lemon/dim2.h --- a/lemon/dim2.h Mon Jan 07 19:23:03 2008 +0100 +++ b/lemon/dim2.h Mon Jan 07 19:27:17 2008 +0100 @@ -533,10 +533,10 @@ };//class Boundingbox - ///Map of x-coordinates of a \ref Point "Point"-map + ///Map of x-coordinates of a Point map ///\ingroup maps - ///Map of x-coordinates of a \ref Point "Point"-map. + ///Map of x-coordinates of a \ref dim2::Point "Point"-map. /// template class XMap @@ -570,7 +570,7 @@ return XMap(m); } - ///Constant (read only) version of \ref XMap + ///Constant (read only) version of XMap ///\ingroup maps ///Constant (read only) version of \ref XMap @@ -600,7 +600,7 @@ return ConstXMap(m); } - ///Map of y-coordinates of a \ref Point "Point"-map + ///Map of y-coordinates of a Point map ///\ingroup maps ///Map of y-coordinates of a \ref Point "Point"-map. @@ -637,7 +637,7 @@ return YMap(m); } - ///Constant (read only) version of \ref YMap + ///Constant (read only) version of YMap ///\ingroup maps ///Constant (read only) version of \ref YMap @@ -668,8 +668,8 @@ } - ///\brief Map of the \ref Point::normSquare() "normSquare()" - ///of a \ref Point "Point"-map + ///\brief Map of the normSquare() + ///of a Point map /// ///Map of the \ref Point::normSquare() "normSquare()" ///of a \ref Point "Point"-map.