You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/10/28 16:30:27 UTC

svn commit: r830587 - /qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in

Author: ritchiem
Date: Wed Oct 28 15:30:27 2009
New Revision: 830587

URL: http://svn.apache.org/viewvc?rev=830587&view=rev
Log:
Consistently show qpid-based paths in #include directives. Help this work from a CMake build. Fixes QPID-2151

Modified:
    qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in

Modified: qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in?rev=830587&r1=830586&r2=830587&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in (original)
+++ qpid/branches/0.5.x-dev/qpid/cpp/docs/api/user.doxygen.in Wed Oct 28 15:30:27 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 = @top_builddir@/include @top_builddir@/src/gen
+STRIP_FROM_PATH = @top_srcdir@/include @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 
@@ -122,7 +122,7 @@
 # definition is used. Otherwise one should specify the include paths that 
 # are normally passed to the compiler using the -I flag.
 
-STRIP_FROM_INC_PATH    = 
+STRIP_FROM_INC_PATH    = @top_srcdir@/include @top_builddir@/include
 
 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
 # (but less readable) file names. This can be useful is your file systems 
@@ -640,13 +640,13 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            =  ./header.html
+HTML_HEADER            =  @srcdir@/header.html
 
 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER            = ./footer.html
+HTML_FOOTER            = @srcdir@/footer.html
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
 # style sheet that is used by each HTML page. It can be used to 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org