doc/dirs.dox
changeset 1402 3c00344f49c9
parent 1031 06491fd08efd
     1.1 --- a/doc/dirs.dox	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ b/doc/dirs.dox	Wed Oct 17 19:14:07 2018 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2013
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -33,6 +33,19 @@
    1.13  */
    1.14  
    1.15  /**
    1.16 +\dir contrib
    1.17 +\brief Directory for user contributed source codes.
    1.18 +
    1.19 +You can place your own C++ code using LEMON into this directory, which
    1.20 +will compile to an executable along with LEMON when you build the
    1.21 +library. This is probably the easiest way of compiling short to medium
    1.22 +codes, for this does require neither a LEMON installed system-wide nor
    1.23 +adding several paths to the compiler.
    1.24 +
    1.25 +Please have a look at <tt>contrib/CMakeLists.txt</tt> for
    1.26 +instruction on how to add your own files into the build process.  */
    1.27 +
    1.28 +/**
    1.29  \dir test
    1.30  \brief Test programs.
    1.31