summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-21 18:05:14 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-21 18:05:14 +0000
commitf18a6bed7d5f6e1ed5bde510a58efad6308daf7e (patch)
tree9d6dd6f56247f2eed81ffcd5fd46a24d4567fb26 /Doxyfile
parentc3728eba9873805b8e259b6f1a567c9d7697e566 (diff)
downloadlibcroco-f18a6bed7d5f6e1ed5bde510a58efad6308daf7e.tar.gz
*Doxyfile: fixed a small bug due to the new source tree layout.
*src/parser/cr-input.c, src/parser/cr-token.c: killed a memleak . Dodji
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 84eedbd..ef3ecc2 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -316,7 +316,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src
+INPUT = src src/parser src/seleng src/layeng
# 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