From 761794873d533c881b23eee0b15144e821c7fe3a Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 19 Jul 2012 18:24:10 -0400 Subject: Build docs for new interface This patch stops building interface docs for the old interface and starts generating description for the new interface. --- ini/ini_config.cfg.doxy.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini/ini_config.cfg.doxy.in b/ini/ini_config.cfg.doxy.in index f7763f4..9873cc3 100644 --- a/ini/ini_config.cfg.doxy.in +++ b/ini/ini_config.cfg.doxy.in @@ -584,7 +584,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@ +INPUT = @srcdir@/ini_configobj.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit