From 5eda99462a307c833d474cb77f2b06c481b5d556 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 27 Sep 2007 19:43:02 +0000 Subject: [PATCH] cleanup source docu git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@36 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- Doxyfile-cpp | 1 + Doxyfile.inc | 59 ++++++++------------------------------------------------- 2 files changed, 10 insertions(+), 50 deletions(-) diff --git a/Doxyfile-cpp b/Doxyfile-cpp index edb9238..4d4cc8a 100644 --- a/Doxyfile-cpp +++ b/Doxyfile-cpp @@ -2,3 +2,4 @@ INPUT = src HTML_OUTPUT = doc/source-cpp EXCLUDE_PATTERNS = moc_* +EXCLUDE = src/zip \ No newline at end of file diff --git a/Doxyfile.inc b/Doxyfile.inc index b64fa2e..198beaf 100644 --- a/Doxyfile.inc +++ b/Doxyfile.inc @@ -81,56 +81,15 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- #INPUT = /home/konrad/src/smoke -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.php5 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.C \ - *.CC \ - *.C++ \ - *.II \ - *.I++ \ - *.H \ - *.HH \ - *.H++ \ - *.CS \ - *.PHP \ - *.PHP3 \ - *.M \ - *.MM \ - *.PY \ - *.C \ - *.H \ - *.tlh \ - *.diff \ - *.patch \ - *.moc \ - *.xpm \ - *.dox +FILE_PATTERNS = \ + *.c \ + *.cpp \ + *.h \ + *.php \ + *.php4 \ + *.php5 \ + *.inc \ + *.dox RECURSIVE = yes EXCLUDE = EXCLUDE_SYMLINKS = NO -- 1.7.2.5