COIN-OR::LEMON - Graph Library

Changeset 42:3a98515e9bc3 in lemon-1.0 for lemon/dim2.h


Ignore:
Timestamp:
01/07/08 19:27:17 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix several doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dim2.h

    r39 r42  
    534534
    535535
    536   ///Map of x-coordinates of a \ref Point "Point"-map
    537 
    538   ///\ingroup maps
    539   ///Map of x-coordinates of a \ref Point "Point"-map.
     536  ///Map of x-coordinates of a Point map
     537
     538  ///\ingroup maps
     539  ///Map of x-coordinates of a \ref dim2::Point "Point"-map.
    540540  ///
    541541  template<class M>
     
    571571  }
    572572
    573   ///Constant (read only) version of \ref XMap
     573  ///Constant (read only) version of XMap
    574574
    575575  ///\ingroup maps
     
    601601  }
    602602
    603   ///Map of y-coordinates of a \ref Point "Point"-map
     603  ///Map of y-coordinates of a Point map
    604604   
    605605  ///\ingroup maps
     
    638638  }
    639639
    640   ///Constant (read only) version of \ref YMap
     640  ///Constant (read only) version of YMap
    641641
    642642  ///\ingroup maps
     
    669669
    670670
    671     ///\brief Map of the \ref Point::normSquare() "normSquare()"
    672     ///of a \ref Point "Point"-map
     671    ///\brief Map of the normSquare()
     672    ///of a Point map
    673673    ///
    674674    ///Map of the \ref Point::normSquare() "normSquare()"
Note: See TracChangeset for help on using the changeset viewer.