lemon/dim2.h
changeset 42 3a98515e9bc3
parent 39 0a01d811071f
child 49 9a556af88710
     1.1 --- a/lemon/dim2.h	Mon Jan 07 19:23:03 2008 +0100
     1.2 +++ b/lemon/dim2.h	Mon Jan 07 19:27:17 2008 +0100
     1.3 @@ -533,10 +533,10 @@
     1.4      };//class Boundingbox
     1.5  
     1.6  
     1.7 -  ///Map of x-coordinates of a \ref Point "Point"-map
     1.8 +  ///Map of x-coordinates of a Point map
     1.9  
    1.10    ///\ingroup maps
    1.11 -  ///Map of x-coordinates of a \ref Point "Point"-map.
    1.12 +  ///Map of x-coordinates of a \ref dim2::Point "Point"-map.
    1.13    ///
    1.14    template<class M>
    1.15    class XMap 
    1.16 @@ -570,7 +570,7 @@
    1.17      return XMap<M>(m);
    1.18    }
    1.19  
    1.20 -  ///Constant (read only) version of \ref XMap
    1.21 +  ///Constant (read only) version of XMap
    1.22  
    1.23    ///\ingroup maps
    1.24    ///Constant (read only) version of \ref XMap
    1.25 @@ -600,7 +600,7 @@
    1.26      return ConstXMap<M>(m);
    1.27    }
    1.28  
    1.29 -  ///Map of y-coordinates of a \ref Point "Point"-map
    1.30 +  ///Map of y-coordinates of a Point map
    1.31      
    1.32    ///\ingroup maps
    1.33    ///Map of y-coordinates of a \ref Point "Point"-map.
    1.34 @@ -637,7 +637,7 @@
    1.35      return YMap<M>(m);
    1.36    }
    1.37  
    1.38 -  ///Constant (read only) version of \ref YMap
    1.39 +  ///Constant (read only) version of YMap
    1.40  
    1.41    ///\ingroup maps
    1.42    ///Constant (read only) version of \ref YMap
    1.43 @@ -668,8 +668,8 @@
    1.44    }
    1.45  
    1.46  
    1.47 -    ///\brief Map of the \ref Point::normSquare() "normSquare()"
    1.48 -    ///of a \ref Point "Point"-map
    1.49 +    ///\brief Map of the normSquare()
    1.50 +    ///of a Point map
    1.51      ///
    1.52      ///Map of the \ref Point::normSquare() "normSquare()"
    1.53      ///of a \ref Point "Point"-map.