doc/groups.dox
changeset 1866 c2de2ed28e59
parent 1847 7cbc12e42482
child 1914 7ef30a71937f
     1.1 --- a/doc/groups.dox	Mon Dec 19 09:47:10 2005 +0000
     1.2 +++ b/doc/groups.dox	Mon Dec 19 14:58:09 2005 +0000
     1.3 @@ -40,6 +40,16 @@
     1.4  */
     1.5  
     1.6  /**
     1.7 +@defgroup semi_adaptors Semi-Adaptors Classes for Graphs
     1.8 +@ingroup graphs
     1.9 +\brief Graph types between real graphs and graph adaptors.
    1.10 +
    1.11 +Graph types between real graphs and graph adaptors. These classes
    1.12 +wrap graphs to give new functionality as the adaptors do it. But the
    1.13 +other way they are not light-weigth structures as the adaptors.
    1.14 +*/
    1.15 +
    1.16 +/**
    1.17  @defgroup maps Maps 
    1.18  @ingroup datas
    1.19  \brief Some special purpose map to make life easier.
    1.20 @@ -48,7 +58,6 @@
    1.21  new maps from existing ones.
    1.22  */
    1.23  
    1.24 -
    1.25  /**
    1.26  @defgroup graph_maps Graph Maps 
    1.27  @ingroup maps