From 772903c9da606299524007dc65cb46333ebb2cd8 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 19 Aug 2009 20:01:57 +0000 Subject: Fixed doxygen generation for the C++ APIs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805955 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/doxygen_mainpage.h | 2 ++ cpp/docs/api/user.doxygen.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/docs') diff --git a/cpp/docs/api/doxygen_mainpage.h b/cpp/docs/api/doxygen_mainpage.h index cb59cfa260..83efaba31d 100644 --- a/cpp/docs/api/doxygen_mainpage.h +++ b/cpp/docs/api/doxygen_mainpage.h @@ -26,6 +26,7 @@ *

Messaging Client API classes

* * *

Code for common tasks

@@ -127,5 +128,6 @@ /** * \defgroup clientapi Qpid C++ Client API + * \defgroup qmfapi Qpid Management Framework C++ API * */ diff --git a/cpp/docs/api/user.doxygen.in b/cpp/docs/api/user.doxygen.in index 6ade9ab846..f6f8c161b7 100644 --- a/cpp/docs/api/user.doxygen.in +++ b/cpp/docs/api/user.doxygen.in @@ -456,7 +456,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/include @top_builddir@/include +INPUT = @top_srcdir@/docs/api @top_srcdir@/include @top_builddir@/include # If the value of the INPUT tag contains directories, you can use the @@ -471,7 +471,7 @@ FILE_PATTERNS = *.h # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a -- cgit v1.2.1