src/lemon/graph_to_eps.h
changeset 1287 984723507b86
parent 1234 49d018060749
child 1359 1581f961cfaa
     1.1 --- a/src/lemon/graph_to_eps.h	Fri Apr 01 08:28:51 2005 +0000
     1.2 +++ b/src/lemon/graph_to_eps.h	Fri Apr 01 08:47:40 2005 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  #include<lemon/maps.h>
     1.5  #include<lemon/bezier.h>
     1.6  
     1.7 -///\ingroup misc
     1.8 +///\ingroup io_group
     1.9  ///\file
    1.10  ///\brief Simple graph drawer
    1.11  ///
    1.12 @@ -974,7 +974,7 @@
    1.13  
    1.14  ///Generates an EPS file from a graph
    1.15  
    1.16 -///\ingroup misc
    1.17 +///\ingroup io_group
    1.18  ///Generates an EPS file from a graph.
    1.19  ///\param g is a reference to the graph to be printed
    1.20  ///\param os is a reference to the output stream.