From 5d1400fcc13010b878d2b55d4a301d28da8d9709 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 10 Feb 2004 09:51:54 +0000 Subject: changed src to libcsoap --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doxyfile') 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. -- cgit v1.1-32-gdbae