diff -r a80381c43760 -r 06491fd08efd doc/dirs.dox --- a/doc/dirs.dox Mon Feb 28 10:19:34 2011 +0100 +++ b/doc/dirs.dox Fri Dec 03 13:26:38 2010 +0100 @@ -33,6 +33,19 @@ */ /** +\dir contrib +\brief Directory for user contributed source codes. + +You can place your own C++ code using LEMON into this directory, which +will compile to an executable along with LEMON when you build the +library. This is probably the easiest way of compiling short to medium +codes, for this does require neither a LEMON installed system-wide nor +adding several paths to the compiler. + +Please have a look at contrib/CMakeLists.txt for +instruction on how to add your own files into the build process. */ + +/** \dir test \brief Test programs.