From a576cc49824f9384c70a5be4fe7b4b7e8502e6cb Mon Sep 17 00:00:00 2001
From: Dmitri Pal <dpal@redhat.com>
Date: Thu, 19 Jul 2012 18:24:10 -0400
Subject: [PATCH 9/9] [INI] 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 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.1

