diff options
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/developer.doxygen.in | 2 | ||||
-rw-r--r-- | cpp/docs/api/user.doxygen.in | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/cpp/docs/api/developer.doxygen.in b/cpp/docs/api/developer.doxygen.in index 4f643ef097..a8dfbb58ff 100644 --- a/cpp/docs/api/developer.doxygen.in +++ b/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/cpp/docs/api/user.doxygen.in b/cpp/docs/api/user.doxygen.in index 80c2f8d722..1e10aebe14 100644 --- a/cpp/docs/api/user.doxygen.in +++ b/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 |