lemon/nauty_reader.h
changeset 351 91e68d590e61
parent 350 c6c6e1d863c4
child 352 7c5d8de2eac7
     1.1 --- a/lemon/nauty_reader.h	Wed Oct 29 15:29:34 2008 +0100
     1.2 +++ b/lemon/nauty_reader.h	Mon Nov 03 16:59:14 2008 +0100
     1.3 @@ -23,17 +23,10 @@
     1.4  #include <iostream>
     1.5  #include <string>
     1.6  
     1.7 -/// \ingroup io_group
     1.8 -///
     1.9 -/// @defgroup nauty_group NAUTY format
    1.10 -///
    1.11 -/// \brief Read \e Nauty format
    1.12 -///
    1.13 -/// Tool to read graphs from \e Nauty format data
    1.14 -
    1.15  /// \ingroup nauty_group
    1.16  /// \file
    1.17  /// \brief Nauty file reader.
    1.18 +
    1.19  namespace lemon {
    1.20  
    1.21    /// \ingroup nauty_group