Changeset 2500:9d9855af1de1 in lemon-0.x
- Timestamp:
- 10/19/07 19:07:50 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3339
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r2491 r2500 263 263 264 264 /** 265 @defgroup planar Planarity embedding and drawing 266 @ingroup algs 267 \brief This group contains algorithms for planarity embedding and drawing 268 269 This group contains algorithms for planarity checking, embedding and drawing. 270 271 \image html planar.png 272 \image latex planar.eps "Plane graph" width=\textwidth 273 */ 274 275 /** 265 276 @defgroup matching Matching algorithms 266 277 @ingroup algs -
lemon/planarity.h
r2499 r2500 2052 2052 } 2053 2053 2054 /// \ingroup planar 2055 /// 2054 2056 /// \brief Schnyder's planar drawing algorithms 2055 2057 ///
Note: See TracChangeset
for help on using the changeset viewer.