COIN-OR::LEMON - Graph Library

Changeset 313:64f8f7cc6168 in lemon-main for lemon/dim2.h


Ignore:
Timestamp:
10/09/08 10:09:44 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix several doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dim2.h

    r253 r313  
    260260
    261261
    262   /// Bounding box of plain vectors (\ref Point points).
     262  /// Bounding box of plain vectors (points).
    263263
    264264  /// A class to calculate or store the bounding box of plain vectors
    265   /// (\ref Point points).
     265  /// (\ref Point "points").
    266266  template<typename T>
    267267  class Box {
     
    574574  }
    575575
    576   ///Map of x-coordinates of a \ref Point "Point"-map
    577 
    578   ///\ingroup maps
     576  ///Map of x-coordinates of a <tt>Point</tt>-map
     577
    579578  ///Map of x-coordinates of a \ref Point "Point"-map.
    580   ///
     579  ///\ingroup maps
    581580  template<class M>
    582581  class XMap
     
    593592  };
    594593
    595   ///Returns an \ref XMap class
    596 
    597   ///This function just returns an \ref XMap class.
     594  ///Returns an XMap class
     595
     596  ///This function just returns an XMap class.
    598597  ///
    599598  ///\ingroup maps
     
    611610  }
    612611
    613   ///Constant (read only) version of \ref XMap
    614 
    615   ///\ingroup maps
    616   ///Constant (read only) version of \ref XMap
    617   ///
     612  ///Constant (read only) version of XMap
     613
     614  ///Constant (read only) version of XMap.
     615  ///\ingroup maps
    618616  template<class M>
    619617  class ConstXMap
     
    629627  };
    630628
    631   ///Returns a \ref ConstXMap class
    632 
    633   ///This function just returns a \ref ConstXMap class.
     629  ///Returns a ConstXMap class
     630
     631  ///This function just returns a ConstXMap class.
    634632  ///
    635633  ///\ingroup maps
     
    641639  }
    642640
    643   ///Map of y-coordinates of a \ref Point "Point"-map
    644 
    645   ///\ingroup maps
     641  ///Map of y-coordinates of a <tt>Point</tt>-map
     642
    646643  ///Map of y-coordinates of a \ref Point "Point"-map.
    647   ///
     644  ///\ingroup maps
    648645  template<class M>
    649646  class YMap
     
    660657  };
    661658
    662   ///Returns a \ref YMap class
    663 
    664   ///This function just returns a \ref YMap class.
     659  ///Returns a YMap class
     660
     661  ///This function just returns a YMap class.
    665662  ///
    666663  ///\ingroup maps
     
    678675  }
    679676
    680   ///Constant (read only) version of \ref YMap
    681 
    682   ///\ingroup maps
    683   ///Constant (read only) version of \ref YMap
    684   ///
     677  ///Constant (read only) version of YMap
     678
     679  ///Constant (read only) version of YMap.
     680  ///\ingroup maps
    685681  template<class M>
    686682  class ConstYMap
     
    696692  };
    697693
    698   ///Returns a \ref ConstYMap class
    699 
    700   ///This function just returns a \ref ConstYMap class.
     694  ///Returns a ConstYMap class
     695
     696  ///This function just returns a ConstYMap class.
    701697  ///
    702698  ///\ingroup maps
     
    709705
    710706
    711   ///\brief Map of the \ref Point::normSquare() "normSquare()"
    712   ///of a \ref Point "Point"-map
     707  ///\brief Map of the normSquare() of a <tt>Point</tt>-map
    713708  ///
    714709  ///Map of the \ref Point::normSquare() "normSquare()"
     
    728723  };
    729724
    730   ///Returns a \ref NormSquareMap class
    731 
    732   ///This function just returns a \ref NormSquareMap class.
     725  ///Returns a NormSquareMap class
     726
     727  ///This function just returns a NormSquareMap class.
    733728  ///
    734729  ///\ingroup maps
Note: See TracChangeset for help on using the changeset viewer.