COIN-OR::LEMON - Graph Library

Changeset 2016:ecb067198349 in lemon-0.x for lemon/lemon_reader.h


Ignore:
Timestamp:
03/27/06 10:01:10 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2651
Message:

Doc rearrangement
Section readers moved to own group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lemon_reader.h

    r2009 r2016  
    737737  };
    738738
    739   /// \ingroup io_group
     739  /// \ingroup section_io
    740740  /// \brief SectionReader for reading a graph's nodeset.
    741741  ///
     
    955955  };
    956956
    957   /// \ingroup io_group
     957  /// \ingroup section_io
    958958  /// \brief SectionReader for reading a graph's edgeset.
    959959  ///
     
    11931193  };
    11941194
    1195   /// \ingroup io_group
     1195  /// \ingroup section_io
    11961196  /// \brief SectionReader for reading a undirected graph's edgeset.
    11971197  ///
     
    15171517  };
    15181518
    1519   /// \ingroup io_group
     1519  /// \ingroup section_io
    15201520  /// \brief SectionReader for reading labeled nodes.
    15211521  ///
     
    16311631  };
    16321632
    1633   /// \ingroup io_group
     1633  /// \ingroup section_io
    16341634  /// \brief SectionReader for reading labeled edges.
    16351635  ///
     
    17441744  };
    17451745
    1746   /// \ingroup io_group
     1746  /// \ingroup section_io
    17471747  /// \brief SectionReader for reading labeled undirected edges.
    17481748  ///
     
    19011901  };
    19021902
    1903   /// \ingroup io_group
     1903  /// \ingroup section_io
    19041904  /// \brief SectionReader for attributes.
    19051905  ///
     
    20212021  };
    20222022
    2023   /// \ingroup io_group
     2023  /// \ingroup section_io
    20242024  /// \brief SectionReader for retrieve what is in the file.
    20252025  ///
Note: See TracChangeset for help on using the changeset viewer.