COIN-OR::LEMON - Graph Library

Changeset 1946:17eb3eaad9f8 in lemon-0.x for lemon/hypercube_graph.h


Ignore:
Timestamp:
02/02/06 18:43:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2521
Message:
  • workaround for a Doxygen 1.4.6 bug
  • other doc fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hypercube_graph.h

    r1909 r1946  
    277277    /// should be the dimension number of the graph.
    278278    ///
    279     /// \code
     279    ///\code
    280280    /// const int DIM = 3;
    281281    /// HyperCubeGraph graph(DIM);
     
    287287    /// HyperCubeGraph::HyperMap<xy<double> >
    288288    ///   pos(graph, base, base + DIM, xy<double>(0.0, 0.0));
    289     /// \endcode
     289    ///\endcode
    290290    ///
    291291    /// \see HyperCubeGraph
Note: See TracChangeset for help on using the changeset viewer.