author | ladanyi |
Wed, 31 Aug 2005 23:03:29 +0000 | |
changeset 1670 | c0fa68014ba0 |
parent 1154 | f07c1c442e6c |
child 1715 | e71778873dd0 |
permissions | -rw-r--r-- |
alpar@1154 | 1 |
/** |
alpar@1154 | 2 |
\dir lemon |
alpar@1154 | 3 |
\brief Base include directory of LEMON |
alpar@1154 | 4 |
|
alpar@1154 | 5 |
This is the base directory of lemon includes, so each include file must be |
alpar@1154 | 6 |
prefixed with this, e.g. |
alpar@1154 | 7 |
\code |
alpar@1154 | 8 |
#include<lemon/list_graph.h> |
alpar@1154 | 9 |
#include<lemon/dijkstra.h> |
alpar@1154 | 10 |
\endcode |
alpar@1154 | 11 |
*/ |
alpar@1154 | 12 |
|
alpar@1154 | 13 |
/** |
alpar@1154 | 14 |
\dir concept |
alpar@1154 | 15 |
\brief Concept descriptors and checking classes |
alpar@1154 | 16 |
|
alpar@1154 | 17 |
This directory contains the concept descriptors and concept checkers. As a user |
alpar@1154 | 18 |
you typically don't have to deal with these files. |
alpar@1154 | 19 |
*/ |
deba@1416 | 20 |
|
deba@1416 | 21 |
/** |
deba@1416 | 22 |
\dir bits |
deba@1416 | 23 |
\brief Implementation helper files |
deba@1416 | 24 |
|
deba@1416 | 25 |
This directory contains some helper classes to implement graphs, maps and |
deba@1416 | 26 |
some other classes. As a user you typically don't have to deal with these |
deba@1416 | 27 |
files. |
deba@1416 | 28 |
*/ |