lemon/nauty_reader.h
changeset 351 91e68d590e61
parent 350 c6c6e1d863c4
child 352 7c5d8de2eac7
equal deleted inserted replaced
1:cb4b13df2fa1 2:520a04fabb46
    21 
    21 
    22 #include <vector>
    22 #include <vector>
    23 #include <iostream>
    23 #include <iostream>
    24 #include <string>
    24 #include <string>
    25 
    25 
    26 /// \ingroup io_group
       
    27 ///
       
    28 /// @defgroup nauty_group NAUTY format
       
    29 ///
       
    30 /// \brief Read \e Nauty format
       
    31 ///
       
    32 /// Tool to read graphs from \e Nauty format data
       
    33 
       
    34 /// \ingroup nauty_group
    26 /// \ingroup nauty_group
    35 /// \file
    27 /// \file
    36 /// \brief Nauty file reader.
    28 /// \brief Nauty file reader.
       
    29 
    37 namespace lemon {
    30 namespace lemon {
    38 
    31 
    39   /// \ingroup nauty_group
    32   /// \ingroup nauty_group
    40   ///
    33   ///
    41   /// \brief Nauty file reader
    34   /// \brief Nauty file reader