diff options
author | Jonathan Robie <jonathan@apache.org> | 2009-05-08 19:35:22 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2009-05-08 19:35:22 +0000 |
commit | 80055cdd9d3f2f2f4e26a76f7a3224f4db4fedfc (patch) | |
tree | af6c196bd85b636528e793969d4924e414ac32b2 | |
parent | 1294fa023e58a2932caf17aa0d978004e3be8a43 (diff) | |
download | qpid-python-80055cdd9d3f2f2f4e26a76f7a3224f4db4fedfc.tar.gz |
Include non-keyword versions of the session classes for documentation of parameters.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773067 13f79535-47bb-0310-9956-ffa450edef68
-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 769ada716e..f24eec1c2f 100644 --- a/cpp/docs/api/user.doxygen.in +++ b/cpp/docs/api/user.doxygen.in @@ -457,7 +457,7 @@ WARN_LOGFILE = doxygen.log # with spaces. # INPUT = ../../src/qpid ../../src/gen/qpid -INPUT = ../../src/qpid/client ../../src/qpid/framing ../../src/gen/qpid/client . ../../src/gen/qpid/framing +INPUT = ../../src/qpid/client/ ../../src/gen/qpid/client/no_keyword/ ../../src/qpid/framing/ ../../src/gen/qpid/client/ . ../../src/gen/qpid/framing/ # If the value of the INPUT tag contains directories, you can use the |