| author | athos |
| Wed, 23 Mar 2005 11:51:40 +0000 | |
| changeset 1247 | 60708e1475ae |
| child 1416 | 1b481ced25e7 |
| 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 |
*/ |