doc/dirs.dox
changeset 925 06491fd08efd
parent 440 88ed40ad0d4f
child 1092 dceba191c00d
     1.1 --- a/doc/dirs.dox	Mon Feb 28 10:19:34 2011 +0100
     1.2 +++ b/doc/dirs.dox	Fri Dec 03 13:26:38 2010 +0100
     1.3 @@ -33,6 +33,19 @@
     1.4  */
     1.5  
     1.6  /**
     1.7 +\dir contrib
     1.8 +\brief Directory for user contributed source codes.
     1.9 +
    1.10 +You can place your own C++ code using LEMON into this directory, which
    1.11 +will compile to an executable along with LEMON when you build the
    1.12 +library. This is probably the easiest way of compiling short to medium
    1.13 +codes, for this does require neither a LEMON installed system-wide nor
    1.14 +adding several paths to the compiler.
    1.15 +
    1.16 +Please have a look at <tt>contrib/CMakeLists.txt</tt> for
    1.17 +instruction on how to add your own files into the build process.  */
    1.18 +
    1.19 +/**
    1.20  \dir test
    1.21  \brief Test programs.
    1.22