diff options
| author | Ken Giusti <kgiusti@apache.org> | 2016-02-16 19:54:43 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2016-02-16 19:54:43 +0000 |
| commit | a411e1bb0ce518c244d4866c68fbe37ea99a3454 (patch) | |
| tree | 32fbfa410bb0e46c69ab93a59baca5bf46e9b2cd /qpid/python/setup.py | |
| parent | 4da5242913b3bb6c2fc478bc18fe8dc13fa74833 (diff) | |
| download | qpid-python-a411e1bb0ce518c244d4866c68fbe37ea99a3454.tar.gz | |
QPID-7053: Add a callback that is invoked when asynchronous errors are
detected by the background thread.
QPID-7064: Improve documentation of the asynchronous error callbacks.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1730741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
| -rwxr-xr-x | qpid/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py index e8e07d9d81..b85ca12b0c 100755 --- a/qpid/python/setup.py +++ b/qpid/python/setup.py @@ -135,7 +135,7 @@ class build_doc(Command): names = ["qpid.messaging"] doc_index = build_doc_index(names, True, True) - html_writer = HTMLWriter(doc_index) + html_writer = HTMLWriter(doc_index, show_private=False) self.mkpath(self.build_doc) log.info('epydoc %s to %s' % (", ".join(names), self.build_doc)) html_writer.write(self.build_doc) |
