Changeset 925:06491fd08efd in lemon-main for doc
- Timestamp:
- 12/03/10 13:26:38 (14 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r912 r925 90 90 "@abs_top_srcdir@/lemon/concepts" \ 91 91 "@abs_top_srcdir@/demo" \ 92 "@abs_top_srcdir@/contrib" \ 92 93 "@abs_top_srcdir@/tools" \ 93 94 "@abs_top_srcdir@/test/test_tools.h" \ -
doc/dirs.dox
r440 r925 32 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 /**
Note: See TracChangeset
for help on using the changeset viewer.