# HG changeset patch # User Peter Kovacs # Date 1225727954 -3600 # Node ID 91e68d590e61e51caf7b70f0fc68bcec931f70a7 # Parent c6c6e1d863c4594c319451f9984ecad3cf417e8a Move the doc of the nauty group to groups.dox (#55) diff -r c6c6e1d863c4 -r 91e68d590e61 doc/groups.dox --- a/doc/groups.dox Wed Oct 29 15:29:34 2008 +0100 +++ b/doc/groups.dox Mon Nov 03 16:59:14 2008 +0100 @@ -464,7 +464,7 @@ */ /** -@defgroup lemon_io LEMON Input-Output +@defgroup lemon_io LEMON Graph Format @ingroup io_group \brief Reading and writing LEMON Graph Format. @@ -482,6 +482,13 @@ */ /** +@defgroup nauty_group NAUTY Format +@ingroup io_group +\brief Read \e Nauty format +Tool to read graphs from \e Nauty format data. +*/ + +/** @defgroup concept Concepts \brief Skeleton classes and concept checking classes diff -r c6c6e1d863c4 -r 91e68d590e61 lemon/nauty_reader.h --- a/lemon/nauty_reader.h Wed Oct 29 15:29:34 2008 +0100 +++ b/lemon/nauty_reader.h Mon Nov 03 16:59:14 2008 +0100 @@ -23,17 +23,10 @@ #include #include -/// \ingroup io_group -/// -/// @defgroup nauty_group NAUTY format -/// -/// \brief Read \e Nauty format -/// -/// Tool to read graphs from \e Nauty format data - /// \ingroup nauty_group /// \file /// \brief Nauty file reader. + namespace lemon { /// \ingroup nauty_group