doc/groups.dox
changeset 658 d9cf3b5858ae
parent 649 3adf5e2d1e62
child 661 8b0df68370a4
equal deleted inserted replaced
28:e7c3b13872ff 29:f9fc7a5f4a45
   136 }
   136 }
   137 \endcode
   137 \endcode
   138 */
   138 */
   139 
   139 
   140 /**
   140 /**
   141 @defgroup semi_adaptors Semi-Adaptor Classes for Graphs
       
   142 @ingroup graphs
       
   143 \brief Graph types between real graphs and graph adaptors.
       
   144 
       
   145 This group contains some graph types between real graphs and graph adaptors.
       
   146 These classes wrap graphs to give new functionality as the adaptors do it.
       
   147 On the other hand they are not light-weight structures as the adaptors.
       
   148 */
       
   149 
       
   150 /**
       
   151 @defgroup maps Maps
   141 @defgroup maps Maps
   152 @ingroup datas
   142 @ingroup datas
   153 \brief Map structures implemented in LEMON.
   143 \brief Map structures implemented in LEMON.
   154 
   144 
   155 This group contains the map structures implemented in LEMON.
   145 This group contains the map structures implemented in LEMON.