equal
deleted
inserted
replaced
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 /// |