diff --git a/lemon/dim2.h b/lemon/dim2.h
--- a/lemon/dim2.h
+++ b/lemon/dim2.h
@@ -576,7 +576,7 @@
///Map of x-coordinates of a Point-map
///Map of x-coordinates of a \ref Point "Point"-map.
- ///\ingroup maps
+ ///
template
class XMap
{
@@ -594,8 +594,6 @@
///Returns an XMap class
///This function just returns an XMap class.
- ///
- ///\ingroup maps
///\relates XMap
template
inline XMap xMap(M &m)
@@ -612,7 +610,7 @@
///Constant (read only) version of XMap
///Constant (read only) version of XMap.
- ///\ingroup maps
+ ///
template
class ConstXMap
{
@@ -629,8 +627,6 @@
///Returns a ConstXMap class
///This function just returns a ConstXMap class.
- ///
- ///\ingroup maps
///\relates ConstXMap
template
inline ConstXMap xMap(const M &m)
@@ -641,7 +637,7 @@
///Map of y-coordinates of a Point-map
///Map of y-coordinates of a \ref Point "Point"-map.
- ///\ingroup maps
+ ///
template
class YMap
{
@@ -659,8 +655,6 @@
///Returns a YMap class
///This function just returns a YMap class.
- ///
- ///\ingroup maps
///\relates YMap
template
inline YMap yMap(M &m)
@@ -677,7 +671,7 @@
///Constant (read only) version of YMap
///Constant (read only) version of YMap.
- ///\ingroup maps
+ ///
template
class ConstYMap
{
@@ -694,8 +688,6 @@
///Returns a ConstYMap class
///This function just returns a ConstYMap class.
- ///
- ///\ingroup maps
///\relates ConstYMap
template
inline ConstYMap yMap(const M &m)
@@ -708,7 +700,6 @@
///
///Map of the \ref Point::normSquare() "normSquare()"
///of a \ref Point "Point"-map.
- ///\ingroup maps
template
class NormSquareMap
{
@@ -725,8 +716,6 @@
///Returns a NormSquareMap class
///This function just returns a NormSquareMap class.
- ///
- ///\ingroup maps
///\relates NormSquareMap
template
inline NormSquareMap normSquareMap(const M &m)