doc/groups.dox
changeset 814 d2d747fe1db3
parent 794 d9ec436d11fe
child 921 818510fa3d99
     1.1 --- a/doc/groups.dox	Tue Sep 07 10:35:31 2004 +0000
     1.2 +++ b/doc/groups.dox	Tue Sep 07 10:56:37 2004 +0000
     1.3 @@ -1,3 +1,4 @@
     1.4 +
     1.5  /**
     1.6  @defgroup datas Data Structures
     1.7  This group describes the several graph structures implemented in HugoLib.
     1.8 @@ -16,7 +17,8 @@
     1.9  
    1.10  Hugolib also offers special graphs that cannot be used alone but only
    1.11  in conjunction with other graph representation. The examples for this are
    1.12 -\ref EdgeSet, \ref NodeSet, and the large variety of graph wrappers.
    1.13 +\ref hugo::EdgeSet "EdgeSet", \ref hugo::NodeSet "NodeSet"
    1.14 +and the large variety of \ref gwrappers "graph wrappers".
    1.15  
    1.16  You are free to use the graph structure that fit your requirements
    1.17  the best, most graph algorithms and auxiliary data structures can be used
    1.18 @@ -81,6 +83,3 @@
    1.19  This group contains some Experimental structures and algorithms.
    1.20  The stuff here is subject to change.
    1.21  */
    1.22 -
    1.23 -/// \ingroup misc experimental
    1.24 -namespace hugo { }