doc/Doxyfile
changeset 991 e619a466ca5d
parent 959 c80ef5912903
child 1030 c8a41699e613
     1.1 --- a/doc/Doxyfile	Sun Nov 14 11:16:36 2004 +0000
     1.2 +++ b/doc/Doxyfile	Sun Nov 14 13:15:46 2004 +0000
     1.3 @@ -430,6 +430,7 @@
     1.4                           coding_style.dox \
     1.5                           groups.dox \
     1.6                           namespaces.dox \
     1.7 +			 license.dox \
     1.8                           ../src/lemon \
     1.9                           ../src/lemon/concept \
    1.10                           ../src/test/test_tools.h
    1.11 @@ -470,7 +471,7 @@
    1.12  # directories that contain example code fragments that are included (see 
    1.13  # the \include command).
    1.14  
    1.15 -EXAMPLE_PATH           = ../src/demo
    1.16 +EXAMPLE_PATH           = ../src/demo ../LICENSE .
    1.17  
    1.18  # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
    1.19  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp