X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=doxygen%2Fdoxygen.conf.in;h=f165bc3a6af129637685001717e12763f95ffc64;hb=41e5e56bb9381fcfe68d0421ea8273192d64c474;hp=43ee78cf9a90b40d630d915948428158e15376b6;hpb=876fead3c8984cf985cca439bfb4c7d31c01ccc9;p=catta diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in index 43ee78c..f165bc3 100644 --- a/doxygen/doxygen.conf.in +++ b/doxygen/doxygen.conf.in @@ -417,7 +417,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../libavahi-core/avahi.h ../libavahi-core/address.h ../libavahi-core/rr.h ../libavahi-core/strlst.h +INPUT = @top_srcdir@/avahi-common/cdecl.h @top_srcdir@/avahi-core/core.h @top_srcdir@/avahi-common/address.h @top_srcdir@/avahi-common/rr.h @top_srcdir@/avahi-common/strlst.h @top_srcdir@/avahi-common/alternative.h @top_srcdir@/avahi-core/log.h # 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 @@ -455,7 +455,7 @@ EXCLUDE_PATTERNS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = ../examples/ +EXAMPLE_PATH = @top_srcdir@/examples/ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp