diff options
author | snowdrop | 2004-02-10 09:51:54 +0000 |
---|---|---|
committer | snowdrop | 2004-02-10 09:51:54 +0000 |
commit | 5d1400fcc13010b878d2b55d4a301d28da8d9709 (patch) | |
tree | cf2199342de1cf065135cdbb20efbcb279b7a5d5 | |
parent | d5600e2ebe6b8b146daa685c189315cd320c25a2 (diff) | |
download | csoap-5d1400fcc13010b878d2b55d4a301d28da8d9709.tar.gz csoap-5d1400fcc13010b878d2b55d4a301d28da8d9709.tar.bz2 |
changed src to libcsoap
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |