equal
deleted
inserted
replaced
29 \brief Auxiliary (and the whole generated) documentation. |
29 \brief Auxiliary (and the whole generated) documentation. |
30 |
30 |
31 This directory contains some auxiliary pages and the whole generated |
31 This directory contains some auxiliary pages and the whole generated |
32 documentation. |
32 documentation. |
33 */ |
33 */ |
|
34 |
|
35 /** |
|
36 \dir contrib |
|
37 \brief Directory for user contributed source codes. |
|
38 |
|
39 You can place your own C++ code using LEMON into this directory, which |
|
40 will compile to an executable along with LEMON when you build the |
|
41 library. This is probably the easiest way of compiling short to medium |
|
42 codes, for this does require neither a LEMON installed system-wide nor |
|
43 adding several paths to the compiler. |
|
44 |
|
45 Please have a look at <tt>contrib/CMakeLists.txt</tt> for |
|
46 instruction on how to add your own files into the build process. */ |
34 |
47 |
35 /** |
48 /** |
36 \dir test |
49 \dir test |
37 \brief Test programs. |
50 \brief Test programs. |
38 |
51 |