From: Reinhard Pfau Date: Wed, 29 Apr 2009 20:51:54 +0000 (+0200) Subject: updated Doxyfile template; now works (again)... X-Git-Tag: v0.3~27 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=5561b778d8728ae4a11312b6fa7ec881f2075d7a;p=libasyncio updated Doxyfile template; now works (again)... --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9421b46..39a25c0 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -452,7 +452,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/doc @top_srcdir@/simpleio @top_srcdir@/glue_t2n +INPUT = @top_srcdir@/doc @top_srcdir@/asyncio @top_srcdir@/utils \ + @top_srcdir@/utils/i2ncommon +@HAVE_LIBT2N_TRUE@INPUT += @top_srcdir@/glue_t2n # 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