diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doxyfile.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2006-08-08 John (J5) Palmieri <johnp@redhat.com> + * Doxyfile.in: fix the INPUT line so we can generate docs + when sourcedir != builddir (patch from Cygwin Ports maintainer + <yselkowitz at users dot sourceforge dot net> + +2006-08-08 John (J5) Palmieri <johnp@redhat.com> + * dbus/dbus-sysdeps.h: * dbus/dbus-sysdeps.c: * dbus/dbus-string.c: diff --git a/Doxyfile.in b/Doxyfile.in index e5a65583..c7d41fdb 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -49,7 +49,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = dbus +INPUT = @top_srcdir@/dbus FILE_PATTERNS = *.c *.h RECURSIVE = YES #EXCLUDE = test |