COIN-OR::LEMON - Graph Library

Changeset 1946:17eb3eaad9f8 in lemon-0.x for lemon/grid_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/grid_graph.h

    r1909 r1946  
    355355  ///
    356356  /// The graph can be indiced in the following way:
    357   /// \code
     357  ///\code
    358358  /// GridGraph graph(w, h);
    359359  /// GridGraph::NodeMap<int> val(graph);
     
    363363  ///   }
    364364  /// }
    365   /// \endcode
     365  ///\endcode
    366366  ///
    367367  /// The graph type is fully conform to the \ref concept::UGraph
Note: See TracChangeset for help on using the changeset viewer.