COIN-OR::LEMON - Graph Library

Changeset 249:0b0bdf24d00c in lemon-0.x


Ignore:
Timestamp:
03/26/04 15:33:32 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@349
Message:

DocFix?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/xy/xy.h

    r244 r249  
    66
    77namespace hugo {
     8
     9///\file
     10///\brief A simple two dimensional vector and a bounding box implementation
     11///
     12/// The class \ref hugo::xy "xy" implements
     13///a two dimensional vector with the usual
     14/// operations.
     15///
     16/// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine
     17/// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
     18
    819
    920/** \brief
Note: See TracChangeset for help on using the changeset viewer.