Changeset 922:e816fac59f6d in lemon-0.x for src/work/Doxyfile
- Timestamp:
- 09/29/04 18:31:24 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/Doxyfile
r766 r922 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = HugoLib20 PROJECT_NAME = LEMON 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0. 126 PROJECT_NUMBER = 0.2 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 396 396 ../../doc/maps.dox ../../doc/coding_style.dox \ 397 397 ../../doc/groups.dox \ 398 ../ hugo\399 ../ hugo/skeletons \398 ../lemon \ 399 ../lemon/skeletons \ 400 400 ../test/test_tools.h \ 401 401 klao/path.h \
Note: See TracChangeset
for help on using the changeset viewer.