[Lemon-commits] [lemon_svn] marci: r1197 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:48 CET 2006
Author: marci
Date: Mon Sep 20 18:20:11 2004
New Revision: 1197
Modified:
hugo/trunk/doc/Doxyfile
Log:
EXAMPLE_PATH is set to the demo dir.
Modified: hugo/trunk/doc/Doxyfile
==============================================================================
--- hugo/trunk/doc/Doxyfile (original)
+++ hugo/trunk/doc/Doxyfile Mon Sep 20 18:20:11 2004
@@ -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
More information about the Lemon-commits
mailing list