src/work/Doxyfile
changeset 922 e816fac59f6d
parent 766 cf4d2db9d43f
child 939 1559584ca634
     1.1 --- a/src/work/Doxyfile	Wed Sep 29 15:30:04 2004 +0000
     1.2 +++ b/src/work/Doxyfile	Wed Sep 29 16:31:24 2004 +0000
     1.3 @@ -17,13 +17,13 @@
     1.4  # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
     1.5  # by quotes) that should identify the project.
     1.6  
     1.7 -PROJECT_NAME           = HugoLib
     1.8 +PROJECT_NAME           = LEMON
     1.9  
    1.10  # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
    1.11  # This could be handy for archiving the generated documentation or 
    1.12  # if some version control system is used.
    1.13  
    1.14 -PROJECT_NUMBER         = 0.1
    1.15 +PROJECT_NUMBER         = 0.2
    1.16  
    1.17  # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
    1.18  # base path where the generated documentation will be put. 
    1.19 @@ -395,8 +395,8 @@
    1.20  			 ../../doc/graphs.dox \
    1.21                           ../../doc/maps.dox ../../doc/coding_style.dox \
    1.22                           ../../doc/groups.dox \
    1.23 -                         ../hugo \
    1.24 -                         ../hugo/skeletons \
    1.25 +                         ../lemon \
    1.26 +                         ../lemon/skeletons \
    1.27                           ../test/test_tools.h \
    1.28                           klao/path.h \
    1.29                           klao/debug.h \