alpar@1715: /** alpar@1715: \dir demo alpar@1715: \brief A collection of demo application. alpar@1715: alpar@1715: This directory contains several simple demo application, mainly alpar@1715: for educational purposes. alpar@1715: */ alpar@1715: alpar@1715: /** alpar@1715: \dir doc alpar@1715: \brief Auxiliary (and the whole generated) documentation. alpar@2157: alpar@2157: Auxiliary (and the whole generated) documentation. alpar@1715: */ alpar@1715: alpar@1715: /** alpar@1715: \dir test alpar@1715: \brief Test programs. alpar@1715: alpar@1715: This directory contains several test programs that check the consistency alpar@1715: of the code. alpar@1715: */ alpar@1715: alpar@1715: alpar@1715: alpar@1715: alpar@1154: /** alpar@1154: \dir lemon alpar@1154: \brief Base include directory of LEMON alpar@1154: alpar@1154: This is the base directory of lemon includes, so each include file must be alpar@1154: prefixed with this, e.g. alpar@1154: \code alpar@1154: #include alpar@1154: #include alpar@1154: \endcode alpar@1154: */ alpar@1154: alpar@1154: /** alpar@1154: \dir concept alpar@1154: \brief Concept descriptors and checking classes alpar@1154: alpar@1154: This directory contains the concept descriptors and concept checkers. As a user alpar@1154: you typically don't have to deal with these files. alpar@1154: */ deba@1416: deba@1416: /** deba@1416: \dir bits deba@1416: \brief Implementation helper files deba@1416: deba@1416: This directory contains some helper classes to implement graphs, maps and deba@1416: some other classes. As a user you typically don't have to deal with these deba@1416: files. deba@1416: */