diff -r 4b0468de3a31 -r f07c1c442e6c doc/dirs.dox --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/dirs.dox Fri Feb 18 10:36:13 2005 +0000 @@ -0,0 +1,19 @@ +/** +\dir lemon +\brief Base include directory of LEMON + +This is the base directory of lemon includes, so each include file must be +prefixed with this, e.g. +\code +#include +#include +\endcode +*/ + +/** +\dir concept +\brief Concept descriptors and checking classes + +This directory contains the concept descriptors and concept checkers. As a user +you typically don't have to deal with these files. +*/