# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1223579203 -7200
# Branch 1.0
# Node ID 2592532ee838fea2dc10a9ba643d868e7aacc3b3
# Parent 8c4d380787cf264a1e529d1ee4cc1562cdee77b5
Fix erroneous merge
diff --git a/doc/groups.dox b/doc/groups.dox
a
|
b
|
|
192 | 192 | tree in a graph |
193 | 193 | */ |
194 | 194 | |
195 | | @ingroup algs |
196 | 195 | /** |
197 | 196 | @defgroup utils Tools and Utilities |
198 | 197 | \brief Tools and utilities for programming in LEMON |
… |
… |
|
300 | 299 | graph structures and helper classes used to implement these. |
301 | 300 | */ |
302 | 301 | |
| 302 | /** |
| 303 | @defgroup map_concepts Map Concepts |
| 304 | @ingroup concept |
| 305 | \brief Skeleton and concept checking classes for maps |
| 306 | |
| 307 | This group describes the skeletons and concept checking classes of maps. |
| 308 | */ |
303 | 309 | |
304 | | This group describes the skeletons and concept checking classes of maps. |
305 | 310 | /** |
306 | 311 | \anchor demoprograms |
307 | 312 | |