Move the doc of the nauty group to groups.dox (#55)
authorPeter Kovacs <kpeter@inf.elte.hu>
Mon, 03 Nov 2008 16:59:14 +0100
changeset 36391e68d590e61
parent 362 c6c6e1d863c4
child 364 7c5d8de2eac7
Move the doc of the nauty group to groups.dox (#55)
doc/groups.dox
lemon/nauty_reader.h
     1.1 --- a/doc/groups.dox	Wed Oct 29 15:29:34 2008 +0100
     1.2 +++ b/doc/groups.dox	Mon Nov 03 16:59:14 2008 +0100
     1.3 @@ -464,7 +464,7 @@
     1.4  */
     1.5  
     1.6  /**
     1.7 -@defgroup lemon_io LEMON Input-Output
     1.8 +@defgroup lemon_io LEMON Graph Format
     1.9  @ingroup io_group
    1.10  \brief Reading and writing LEMON Graph Format.
    1.11  
    1.12 @@ -482,6 +482,13 @@
    1.13  */
    1.14  
    1.15  /**
    1.16 +@defgroup nauty_group NAUTY Format
    1.17 +@ingroup io_group
    1.18 +\brief Read \e Nauty format
    1.19 +Tool to read graphs from \e Nauty format data.
    1.20 +*/
    1.21 +
    1.22 +/**
    1.23  @defgroup concept Concepts
    1.24  \brief Skeleton classes and concept checking classes
    1.25  
     2.1 --- a/lemon/nauty_reader.h	Wed Oct 29 15:29:34 2008 +0100
     2.2 +++ b/lemon/nauty_reader.h	Mon Nov 03 16:59:14 2008 +0100
     2.3 @@ -23,17 +23,10 @@
     2.4  #include <iostream>
     2.5  #include <string>
     2.6  
     2.7 -/// \ingroup io_group
     2.8 -///
     2.9 -/// @defgroup nauty_group NAUTY format
    2.10 -///
    2.11 -/// \brief Read \e Nauty format
    2.12 -///
    2.13 -/// Tool to read graphs from \e Nauty format data
    2.14 -
    2.15  /// \ingroup nauty_group
    2.16  /// \file
    2.17  /// \brief Nauty file reader.
    2.18 +
    2.19  namespace lemon {
    2.20  
    2.21    /// \ingroup nauty_group