EXAMPLE_PATH is set to the demo dir.
authormarci
Mon, 20 Sep 2004 16:20:11 +0000
changeset 88947bb9b8f5705
parent 888 cc3590763f7f
child 890 3a48bc350e0f
EXAMPLE_PATH is set to the demo dir.
doc/Doxyfile
     1.1 --- a/doc/Doxyfile	Mon Sep 20 09:05:19 2004 +0000
     1.2 +++ b/doc/Doxyfile	Mon Sep 20 16:20:11 2004 +0000
     1.3 @@ -399,7 +399,7 @@
     1.4                           namespaces.dox \
     1.5                           ../src/hugo \
     1.6                           ../src/hugo/skeletons \
     1.7 -                         ../src/test/test_tools.h 
     1.8 +                         ../src/test/test_tools.h
     1.9  
    1.10  # If the value of the INPUT tag contains directories, you can use the 
    1.11  # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
    1.12 @@ -437,7 +437,7 @@
    1.13  # directories that contain example code fragments that are included (see 
    1.14  # the \include command).
    1.15  
    1.16 -EXAMPLE_PATH           = 
    1.17 +EXAMPLE_PATH           = ../src/demo
    1.18  
    1.19  # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
    1.20  # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp