COIN-OR::LEMON - Graph Library

Changeset 911:89a4fbb99cad in lemon-0.x for src/hugo/skeletons/graph.h


Ignore:
Timestamp:
09/28/04 09:00:58 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
Message:

Fix many doxygen command bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/skeletons/graph.h

    r906 r911  
    9393        /// Inequality operator
    9494       
    95         /// \sa \ref operator==(Node n)
     95        /// \sa operator==(Node n)
    9696        ///
    9797        bool operator!=(Node) const { return true; }
     
    181181        /// Inequality operator
    182182
    183         /// \sa \ref operator==(Node n)
     183        /// \sa operator==(Node n)
    184184        ///
    185185        bool operator!=(Edge) const { return true; }
     
    383383      int id(const Edge&) const { return 0; }
    384384
    385       /// .
     385      ///\e
    386386     
    387387      ///\todo Should it be in the concept?
    388388      ///
    389389      int nodeNum() const { return 0; }
    390       /// .
     390      ///\e
    391391
    392392      ///\todo Should it be in the concept?
     
    406406      public:
    407407
    408         /// .
     408        ///\e
    409409        NodeMap(const StaticGraph&) { }
    410         /// .
     410        ///\e
    411411        NodeMap(const StaticGraph&, T) { }
    412412
     
    430430      public:
    431431
    432         /// .
     432        ///\e
    433433        EdgeMap(const StaticGraph&) { }
    434         /// .
     434        ///\e
    435435        EdgeMap(const StaticGraph&, T) { }
    436436   
Note: See TracChangeset for help on using the changeset viewer.