Author: aconway
Date: Mon Jul 20 18:32:13 2009
New Revision: 795947
URL: http://svn.apache.org/viewvc?rev=795947&view=rev
Log:
Fix include paths for doxygen generated API doc.
Modified:
qpid/trunk/qpid/cpp/docs/api/developer.doxygen.in
qpid/trunk/qpid/cpp/docs/api/user.doxygen.in
Modified: qpid/trunk/qpid/cpp/docs/api/developer.doxygen.in
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/docs/api/developer.doxygen.in?rev=795947&r1=795946&r2=795947&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/docs/api/developer.doxygen.in (original)
+++ qpid/trunk/qpid/cpp/docs/api/developer.doxygen.in Mon Jul 20 18:32:13 2009
@@ -464,7 +464,7 @@
# 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
Modified: qpid/trunk/qpid/cpp/docs/api/user.doxygen.in
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/docs/api/user.doxygen.in?rev=795947&r1=795946&r2=795947&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/docs/api/user.doxygen.in (original)
+++ qpid/trunk/qpid/cpp/docs/api/user.doxygen.in Mon Jul 20 18:32:13 2009
@@ -113,7 +113,7 @@
# 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 @@
# 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
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]