summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorGravatar snowdrop2004-02-10 09:51:54 +0000
committerGravatar snowdrop2004-02-10 09:51:54 +0000
commit5d1400fcc13010b878d2b55d4a301d28da8d9709 (patch)
treecf2199342de1cf065135cdbb20efbcb279b7a5d5 /Doxyfile
parentd5600e2ebe6b8b146daa685c189315cd320c25a2 (diff)
downloadcsoap-5d1400fcc13010b878d2b55d4a301d28da8d9709.tar.gz
csoap-5d1400fcc13010b878d2b55d4a301d28da8d9709.tar.bz2
changed src to libcsoap
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 58d8030..87d4b1a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -336,7 +336,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src/
+INPUT = libcsoap/
# 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
@@ -345,7 +345,7 @@ INPUT = src/
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
# *.h++ *.idl *.odl
-FILE_PATTERNS = csoap*.h
+FILE_PATTERNS = soap-*.h
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.