diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-10-16 21:01:58 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-10-16 21:01:58 +0000 |
commit | 05111c7686d91ac77b9ec4e94215ebbbcb94d184 (patch) | |
tree | 32e895ee5b3828fa27fb7d78c89173ebaa943789 /qpid/cpp/docs/api/user.doxygen.in | |
parent | d06ff5c5cafc72c0ba860f7b222633c72798757a (diff) | |
download | qpid-python-05111c7686d91ac77b9ec4e94215ebbbcb94d184.tar.gz |
Consistently show qpid-based paths in #include directives. Help this work from a CMake build. Fixes QPID-2151
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@826088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api/user.doxygen.in')
-rw-r--r-- | qpid/cpp/docs/api/user.doxygen.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/docs/api/user.doxygen.in b/qpid/cpp/docs/api/user.doxygen.in index f6f8c161b7..2fbac9eb27 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 = @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 @@ STRIP_FROM_PATH = @top_builddir@/include @top_builddir@/src/gen # 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 @@ HTML_FILE_EXTENSION = .html # 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 |