summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-08-21 12:07:30 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-08-21 12:07:30 +0000
commit041391c746beff4016ca0a79744de154748438ce (patch)
tree27003b605db1c66c4a856aed8c6e4e4e944b4897 /doxygen.cfg
parent5f48d06b012ec8326f6f1c38f11b0abe64a56878 (diff)
regenerate doxygen when a header or an example file is modified
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@376 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'doxygen.cfg')
-rw-r--r--doxygen.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/doxygen.cfg b/doxygen.cfg
index 822c789..3ee8daf 100644
--- a/doxygen.cfg
+++ b/doxygen.cfg
@@ -68,14 +68,14 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = $(SRCDIR)/avahi-common/cdecl.h $(SRCDIR)/avahi-core/core.h $(SRCDIR)/avahi-common/address.h $(SRCDIR)/avahi-core/rr.h $(SRCDIR)/avahi-common/strlst.h $(SRCDIR)/avahi-common/alternative.h $(SRCDIR)/avahi-core/log.h $(SRCDIR)/avahi-common/defs.h $(SRCDIR)/avahi-client/client.h $(SRCDIR)/avahi-common/error.h $(SRCDIR)/avahi-common/malloc.h $(SRCDIR)/avahi-common/domain.h $(SRCDIR)/avahi-common/gccmacro.h $(SRCDIR)/avahi-common/watch.h $(SRCDIR)/avahi-common/simple-watch.h $(SRCDIR)/avahi-glib/glib-watch.h $(SRCDIR)/avahi-glib/glib-malloc.h $(SRCDIR)/avahi-common/timeval.h $(SRCDIR)/avahi-common/dbus.h
+INPUT = $(INPUT)
FILE_PATTERNS =
RECURSIVE = NO
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
-EXAMPLE_PATH = $(SRCDIR)/examples
-EXAMPLE_PATTERNS = *.c
+EXAMPLE_PATH = $(EXAMPLE_PATH)
+EXAMPLE_PATTERNS = $(EXAMPLE_PATTERNS)
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =