summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-20 18:32:13 +0000
committerAlan Conway <aconway@apache.org>2009-07-20 18:32:13 +0000
commit92ba2c81f8560a5e99cc0c4baab90705229819bf (patch)
treee5743835bbd28223e6c0b887c88ba05eab6a2a1a
parent2b53b079f44f11d0953f1226c26dbad2f0994d79 (diff)
downloadqpid-python-92ba2c81f8560a5e99cc0c4baab90705229819bf.tar.gz
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
-rw-r--r--qpid/cpp/docs/api/developer.doxygen.in2
-rw-r--r--qpid/cpp/docs/api/user.doxygen.in5
2 files changed, 3 insertions, 4 deletions
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