COIN-OR::LEMON - Graph Library

Changeset 1006:332627dd249e in lemon-1.2


Ignore:
Timestamp:
09/08/17 17:04:30 (7 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fixes in API doc of DIMACS reader methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dimacs.h

    r1005 r1006  
    2626#include <lemon/maps.h>
    2727#include <lemon/error.h>
     28
    2829/// \ingroup dimacs_group
    2930/// \file
     
    119120  ///
    120121  /// If the file type was previously evaluated by dimacsType(), then
    121   /// the descriptor struct should be given by the \c dest parameter.
     122  /// the descriptor struct should be given by the \c desc parameter.
    122123  template <typename Digraph, typename LowerMap,
    123124            typename CapacityMap, typename CostMap,
     
    273274  ///
    274275  /// If the file type was previously evaluated by dimacsType(), then
    275   /// the descriptor struct should be given by the \c dest parameter.
     276  /// the descriptor struct should be given by the \c desc parameter.
    276277  template<typename Digraph, typename CapacityMap>
    277278  void readDimacsMax(std::istream& is,
     
    300301  ///
    301302  /// If the file type was previously evaluated by dimacsType(), then
    302   /// the descriptor struct should be given by the \c dest parameter.
     303  /// the descriptor struct should be given by the \c desc parameter.
    303304  template<typename Digraph, typename LengthMap>
    304305  void readDimacsSp(std::istream& is,
     
    331332  ///
    332333  /// If the file type was previously evaluated by dimacsType(), then
    333   /// the descriptor struct should be given by the \c dest parameter.
     334  /// the descriptor struct should be given by the \c desc parameter.
    334335  template<typename Digraph, typename CapacityMap>
    335336  void readDimacsCap(std::istream& is,
     
    371372  ///
    372373  /// If the file type was previously evaluated by dimacsType(), then
    373   /// the descriptor struct should be given by the \c dest parameter.
     374  /// the descriptor struct should be given by the \c desc parameter.
    374375  template<typename Graph>
    375376  void readDimacsMat(std::istream& is, Graph &g,
Note: See TracChangeset for help on using the changeset viewer.