COIN-OR::LEMON - Graph Library

Changeset 1536:308150155bb5 in lemon-0.x for lemon/lp_base.h


Ignore:
Timestamp:
07/04/05 18:27:54 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2028
Message:

Kill several doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_base.h

    r1508 r1536  
    400400
    401401      ///\return
    402       ///- -\ref INF: the constraint is lower unbounded.
    403       ///- -\ref NaN: lower bound has not been set.
     402      ///- \ref INF "INF": the constraint is lower unbounded.
     403      ///- \ref NaN "NaN": lower bound has not been set.
    404404      ///- finite number: the lower bound
    405405      Value &lowerBound() { return _lb; }
     
    409409
    410410      ///\return
    411       ///- -\ref INF: the constraint is upper unbounded.
    412       ///- -\ref NaN: upper bound has not been set.
     411      ///- \ref INF "INF": the constraint is upper unbounded.
     412      ///- \ref NaN "NaN": upper bound has not been set.
    413413      ///- finite number: the upper bound
    414414      Value &upperBound() { return _ub; }
Note: See TracChangeset for help on using the changeset viewer.