lemon/path.h
changeset 2084 59769591eb60
parent 2045 012cd0ca3254
child 2247 269a0dcee70b
     1.1 --- a/lemon/path.h	Mon May 15 09:46:33 2006 +0000
     1.2 +++ b/lemon/path.h	Mon May 15 09:49:51 2006 +0000
     1.3 @@ -16,21 +16,6 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -/**
     1.8 -@defgroup paths Path Structures
     1.9 -@ingroup datas
    1.10 -\brief Path structures implemented in LEMON.
    1.11 -
    1.12 -LEMON provides flexible data structures
    1.13 -to work with paths.
    1.14 -
    1.15 -All of them have the same interface, especially they can be built or extended
    1.16 -using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    1.17 -algorithm to store its result in any kind of path structure.
    1.18 -
    1.19 -\sa lemon::concept::Path
    1.20 -
    1.21 -*/
    1.22  
    1.23  ///\ingroup paths
    1.24  ///\file