COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dim2.h

    r253 r314  
    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.
    580579  ///
     
    593592  };
    594593
    595   ///Returns an \ref XMap class
    596 
    597   ///This function just returns an \ref XMap class.
    598   ///
    599   ///\ingroup maps
     594  ///Returns an XMap class
     595
     596  ///This function just returns an XMap class.
    600597  ///\relates XMap
    601598  template<class M>
     
    611608  }
    612609
    613   ///Constant (read only) version of \ref XMap
    614 
    615   ///\ingroup maps
    616   ///Constant (read only) version of \ref XMap
     610  ///Constant (read only) version of XMap
     611
     612  ///Constant (read only) version of XMap.
    617613  ///
    618614  template<class M>
     
    629625  };
    630626
    631   ///Returns a \ref ConstXMap class
    632 
    633   ///This function just returns a \ref ConstXMap class.
    634   ///
    635   ///\ingroup maps
     627  ///Returns a ConstXMap class
     628
     629  ///This function just returns a ConstXMap class.
    636630  ///\relates ConstXMap
    637631  template<class M>
     
    641635  }
    642636
    643   ///Map of y-coordinates of a \ref Point "Point"-map
    644 
    645   ///\ingroup maps
     637  ///Map of y-coordinates of a <tt>Point</tt>-map
     638
    646639  ///Map of y-coordinates of a \ref Point "Point"-map.
    647640  ///
     
    660653  };
    661654
    662   ///Returns a \ref YMap class
    663 
    664   ///This function just returns a \ref YMap class.
    665   ///
    666   ///\ingroup maps
     655  ///Returns a YMap class
     656
     657  ///This function just returns a YMap class.
    667658  ///\relates YMap
    668659  template<class M>
     
    678669  }
    679670
    680   ///Constant (read only) version of \ref YMap
    681 
    682   ///\ingroup maps
    683   ///Constant (read only) version of \ref YMap
     671  ///Constant (read only) version of YMap
     672
     673  ///Constant (read only) version of YMap.
    684674  ///
    685675  template<class M>
     
    696686  };
    697687
    698   ///Returns a \ref ConstYMap class
    699 
    700   ///This function just returns a \ref ConstYMap class.
    701   ///
    702   ///\ingroup maps
     688  ///Returns a ConstYMap class
     689
     690  ///This function just returns a ConstYMap class.
    703691  ///\relates ConstYMap
    704692  template<class M>
     
    709697
    710698
    711   ///\brief Map of the \ref Point::normSquare() "normSquare()"
    712   ///of a \ref Point "Point"-map
     699  ///\brief Map of the normSquare() of a <tt>Point</tt>-map
    713700  ///
    714701  ///Map of the \ref Point::normSquare() "normSquare()"
    715702  ///of a \ref Point "Point"-map.
    716   ///\ingroup maps
    717703  template<class M>
    718704  class NormSquareMap
     
    728714  };
    729715
    730   ///Returns a \ref NormSquareMap class
    731 
    732   ///This function just returns a \ref NormSquareMap class.
    733   ///
    734   ///\ingroup maps
     716  ///Returns a NormSquareMap class
     717
     718  ///This function just returns a NormSquareMap class.
    735719  ///\relates NormSquareMap
    736720  template<class M>
Note: See TracChangeset for help on using the changeset viewer.