lemon/graph_to_eps.h
changeset 2084 59769591eb60
parent 2028 d0e8a86a1ff2
child 2172 4b25e7003868
     1.1 --- a/lemon/graph_to_eps.h	Mon May 15 09:46:33 2006 +0000
     1.2 +++ b/lemon/graph_to_eps.h	Mon May 15 09:49:51 2006 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4  #include<lemon/bezier.h>
     1.5  
     1.6  
     1.7 -///\ingroup io_group
     1.8 +///\ingroup eps_io
     1.9  ///\file
    1.10  ///\brief Simple graph drawer
    1.11  ///
    1.12 @@ -1042,7 +1042,7 @@
    1.13  
    1.14  ///Generates an EPS file from a graph
    1.15  
    1.16 -///\ingroup io_group
    1.17 +///\ingroup eps_io
    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.
    1.21 @@ -1071,7 +1071,7 @@
    1.22   
    1.23  ///Generates an EPS file from a graph
    1.24  
    1.25 -///\ingroup io_group
    1.26 +///\ingroup eps_io
    1.27  ///This function does the same as
    1.28  ///\ref graphToEps(G &g,std::ostream& os)
    1.29  ///but it writes its output into the file \c file_name
    1.30 @@ -1087,7 +1087,7 @@
    1.31  
    1.32  ///Generates an EPS file from a graph
    1.33  
    1.34 -///\ingroup io_group
    1.35 +///\ingroup eps_io
    1.36  ///This function does the same as
    1.37  ///\ref graphToEps(G &g,std::ostream& os)
    1.38  ///but it writes its output into the file \c file_name