COIN-OR::LEMON - Graph Library

Ticket #55: nauty3_91e68d590e61.patch

File nauty3_91e68d590e61.patch, 1.2 KB (added by Peter Kovacs, 15 years ago)
  • doc/groups.dox

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1225727954 -3600
    # Node ID 91e68d590e61e51caf7b70f0fc68bcec931f70a7
    # Parent  c6c6e1d863c4594c319451f9984ecad3cf417e8a
    Move the doc of the nauty group to groups.dox (#55)
    
    diff --git a/doc/groups.dox b/doc/groups.dox
    a b  
    464464*/
    465465
    466466/**
    467 @defgroup lemon_io LEMON Input-Output
     467@defgroup lemon_io LEMON Graph Format
    468468@ingroup io_group
    469469\brief Reading and writing LEMON Graph Format.
    470470
     
    479479
    480480This group describes general \c EPS drawing methods and special
    481481graph exporting tools.
     482*/
     483
     484/**
     485@defgroup nauty_group NAUTY Format
     486@ingroup io_group
     487\brief Read \e Nauty format
     488Tool to read graphs from \e Nauty format data.
    482489*/
    483490
    484491/**
  • lemon/nauty_reader.h

    diff --git a/lemon/nauty_reader.h b/lemon/nauty_reader.h
    a b  
    2323#include <iostream>
    2424#include <string>
    2525
    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 
    3426/// \ingroup nauty_group
    3527/// \file
    3628/// \brief Nauty file reader.
     29
    3730namespace lemon {
    3831
    3932  /// \ingroup nauty_group