From a411e1bb0ce518c244d4866c68fbe37ea99a3454 Mon Sep 17 00:00:00 2001 From: Ken Giusti Date: Tue, 16 Feb 2016 19:54:43 +0000 Subject: 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 --- qpid/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/python/setup.py') 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) -- cgit v1.2.1