COIN-OR::LEMON - Graph Library

Changeset 2016:ecb067198349 in lemon-0.x


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r2006 r2016  
    160160
    161161/**
    162 @defgroup io_group Input Output
     162@defgroup io_group Input-Output
    163163Here you can find tools for imporing and exporting graphs and graph related
    164164data
     165*/
     166
     167/**
     168@defgroup section_io Section readers and writers
     169@ingroup io_group
     170\brief Section readers and writers for lemon Input-Output.
     171
     172Here you can find which section readers and writers can attach to
     173the LemonReader and LemonWriter.
     174*/
     175
     176/**
     177@defgroup item_io Item Readers and Writers
     178@ingroup io_group
     179\brief Item readers and writers for lemon Input-Output.
     180
     181The Input-Output classes can handle more data type by example
     182as map or attribute value. Each of these should be written and
     183read some way. The module make possible to do this. 
    165184*/
    166185
  • lemon/bits/item_reader.h

    r1956 r2016  
    1616 *
    1717 */
    18 
    19 /// @defgroin item_io Item Readers and Writers
    20 /// @ingroup io_groin
    21 /// \brief Item Readers and Writers
    22 ///
    23 /// The Input-Output classes can handle more data type by example
    24 /// as map or attribute value. Each of these should be written and
    25 /// read some way. The module make possible to do this. 
    2618
    2719/// \ingroup item_io
  • 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  ///
  • lemon/lemon_writer.h

    r1993 r2016  
    373373  };
    374374
    375   /// \ingroup io_group
     375  /// \ingroup section_io
    376376  /// \brief SectionWriter for writing a graph's nodeset.
    377377  ///
     
    529529  };
    530530
    531   /// \ingroup io_group
     531  /// \ingroup section_io
    532532  /// \brief SectionWriter for writing a graph's edgesets.
    533533  ///
     
    707707  };
    708708
    709   /// \ingroup io_group
     709  /// \ingroup section_io
    710710  /// \brief SectionWriter for writing a undirected edgeset.
    711711  ///
     
    937937  };
    938938
    939   /// \ingroup io_group
     939  /// \ingroup section_io
    940940  /// \brief SectionWriter for writing named nodes.
    941941  ///
     
    10191019  };
    10201020
    1021   /// \ingroup io_group
     1021  /// \ingroup section_io
    10221022  /// \brief SectionWriter for writing named edges.
    10231023  ///
     
    10991099  };
    11001100
    1101   /// \ingroup io_group
     1101  /// \ingroup section_io
    11021102  /// \brief SectionWriter for writing named undirected edges.
    11031103  ///
     
    12061206  };
    12071207
    1208   /// \ingroup io_group
     1208  /// \ingroup section_io
    12091209  /// \brief SectionWriter for attributes.
    12101210  ///
Note: See TracChangeset for help on using the changeset viewer.