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 | 8c4ef813c43e1d810e4d45ca6caea3f3f940b8e5 (patch) | |
tree | 262a3ce444af374672640bdf3429e05b19b9f578 /cpp/docs/api | |
parent | 00bb161117032d2284725aec6a8760e5ef4f527b (diff) | |
download | qpid-python-8c4ef813c43e1d810e4d45ca6caea3f3f940b8e5.tar.gz |
Fix make distcheck
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@539446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/user.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/user.doxygen.in b/cpp/docs/api/user.doxygen.in index ea50311ce6..cc1a2cf0ff 100644 --- a/cpp/docs/api/user.doxygen.in +++ b/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 |