diff options
author | Alan Conway <aconway@apache.org> | 2007-05-18 13:04:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-05-18 13:04:30 +0000 |
commit | 23c8cc83fc545b16ef4de5d6237ebd740b884ef7 (patch) | |
tree | c517df02d55cf9d447582e2ea138544b8239e419 /qpid/cpp/docs/api | |
parent | 69713de5693a922202cc505c3ec120c8de939da1 (diff) | |
download | qpid-python-23c8cc83fc545b16ef4de5d6237ebd740b884ef7.tar.gz |
Fix make distcheck
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@539446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/user.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/user.doxygen.in b/qpid/cpp/docs/api/user.doxygen.in index ea50311ce6..cc1a2cf0ff 100644 --- a/qpid/cpp/docs/api/user.doxygen.in +++ b/qpid/cpp/docs/api/user.doxygen.in @@ -467,7 +467,7 @@ WARN_LOGFILE = doxygen.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @abs_top_srcdir@/src @abs_top_builddir@/gen +INPUT = @abs_top_srcdir@/src @abs_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 |