# HG changeset patch # User Peter Kovacs # Date 2008-11-04 21:14:57 # Node ID 636fa2f39f1017c4a7153b76b7037e19416d47ce # Parent 3fb8ed1322de7eb738605582ff668a1ba0120d62 Redo erroneous modification of [7c5d8de2eac7] (#55) diff --git a/lemon/nauty_reader.h b/lemon/nauty_reader.h --- a/lemon/nauty_reader.h +++ b/lemon/nauty_reader.h @@ -38,7 +38,7 @@ /// graphs of several classes with given node number (e.g. /// general, connected, biconnected, triangle-free, 4-cycle-free, /// bipartite and graphs with given edge number and degree - /// constraints). This function reads a \e nauty \e graph \e format + /// constraints). This function reads a \e nauty \e graph6 \e format /// line from the given stream and builds it in the given graph. /// /// The site of nauty package: http://cs.anu.edu.au/~bdm/nauty/