# HG changeset patch # User alpar # Date 1108722973 0 # Node ID f07c1c442e6c2c04ff44ccc31daff29f5cb9144a # Parent 4b0468de3a31df3bb344ce57f53348f67888ceb6 Description of the LEMON directories. 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. +*/