lemon/lemon_reader.h
changeset 2368 6b2e8b734ae7
parent 2334 c1e936e6a46b
child 2386 81b47fc5c444
equal deleted inserted replaced
28:d601e99e3e3b 29:31bd93628ecd
   738   };
   738   };
   739 
   739 
   740   /// \ingroup section_io
   740   /// \ingroup section_io
   741   /// \brief SectionReader for reading a graph's nodeset.
   741   /// \brief SectionReader for reading a graph's nodeset.
   742   ///
   742   ///
   743   /// The lemon format can store multiple graph nodesets with several maps.
   743   /// The lemon format can store multiple graph nodesets with several
   744   /// The nodeset section's header line is \c \@nodeset \c nodeset_name, but the
   744   /// maps.  The nodeset section's header line is \c \@nodeset \c
   745   /// \c nodeset_name may be empty.
   745   /// nodeset_name, but the \c nodeset_name may be empty.
   746   ///
   746   ///
   747   /// The first line of the section contains the names of the maps separated
   747   /// The first line of the section contains the names of the maps separated
   748   /// with white spaces. Each next lines describes a node in the nodeset, and
   748   /// with white spaces. Each next lines describes a node in the nodeset, and
   749   /// contains the mapped values for each map.
   749   /// contains the mapped values for each map.
   750   ///
   750   ///