From 92ba2c81f8560a5e99cc0c4baab90705229819bf Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 20 Jul 2009 18:32:13 +0000 Subject: Fix include paths for doxygen generated API doc. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795947 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/api/developer.doxygen.in | 2 +- qpid/cpp/docs/api/user.doxygen.in | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'qpid/cpp/docs/api') diff --git a/qpid/cpp/docs/api/developer.doxygen.in b/qpid/cpp/docs/api/developer.doxygen.in index 4f643ef097..a8dfbb58ff 100644 --- a/qpid/cpp/docs/api/developer.doxygen.in +++ b/qpid/cpp/docs/api/developer.doxygen.in @@ -464,7 +464,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/src +INPUT = @top_srcdir@/include @top_srcdir@/src @top_builddir@/src/gen # 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 diff --git a/qpid/cpp/docs/api/user.doxygen.in b/qpid/cpp/docs/api/user.doxygen.in index 80c2f8d722..1e10aebe14 100644 --- a/qpid/cpp/docs/api/user.doxygen.in +++ b/qpid/cpp/docs/api/user.doxygen.in @@ -113,7 +113,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = ../../src/ ../.. +STRIP_FROM_PATH = @top_builddir@/include @top_builddir@/src/gen # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -456,8 +456,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -# INPUT = ../../src/qpid ../../src/gen/qpid -INPUT = ../../src/qpid/client/ ../../src/gen/qpid/client/no_keyword/ ../../src/qpid/framing/ ../../src/gen/qpid/client/ . ../../src/gen/qpid/framing/ ../../src/qpid/Exception.h +INPUT = @top_srcdir@/include @top_builddir@/src/gen/qpid/client @top_builddir@/src/gen/qpid/framing # If the value of the INPUT tag contains directories, you can use the -- cgit v1.2.1