doc/dirs.dox
author deba
Sat, 14 May 2005 20:56:53 +0000
changeset 1423 78502c63f771
parent 1154 f07c1c442e6c
child 1715 e71778873dd0
permissions -rw-r--r--
ContentReader

Retrieve information from the input file.
     1 /**
     2 \dir lemon
     3 \brief Base include directory of LEMON
     4 
     5 This is the base directory of lemon includes, so each include file must be
     6 prefixed with this, e.g.
     7 \code
     8 #include<lemon/list_graph.h>
     9 #include<lemon/dijkstra.h>
    10 \endcode
    11 */
    12 
    13 /**
    14 \dir concept
    15 \brief Concept descriptors and checking classes
    16 
    17 This directory contains the concept descriptors and concept checkers. As a user
    18 you typically don't have to deal with these files.
    19 */
    20 
    21 /**
    22 \dir bits
    23 \brief Implementation helper files
    24 
    25 This directory contains some helper classes to implement graphs, maps and
    26 some other classes. As a user you typically don't have to deal with these 
    27 files.
    28 */