# HG changeset patch # User marci # Date 1095697211 0 # Node ID 47bb9b8f57056e11eadbe9c6b926e34fe8113a11 # Parent cc3590763f7f02ff171d7d1dc73f1fa188749db0 EXAMPLE_PATH is set to the demo dir. diff -r cc3590763f7f -r 47bb9b8f5705 doc/Doxyfile --- a/doc/Doxyfile Mon Sep 20 09:05:19 2004 +0000 +++ b/doc/Doxyfile Mon Sep 20 16:20:11 2004 +0000 @@ -399,7 +399,7 @@ namespaces.dox \ ../src/hugo \ ../src/hugo/skeletons \ - ../src/test/test_tools.h + ../src/test/test_tools.h # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -437,7 +437,7 @@ # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = ../src/demo # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp