From b68574b5ddbca5aebf900d18118ae6873efb8f7d Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 5 Dec 2010 19:05:29 +0000 Subject: fix issue with extraneous table entries, which was causing malformed html output and breaking the PDF generation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1042408 13f79535-47bb-0310-9956-ffa450edef68 --- doc/book/src/Programming-In-Apache-Qpid.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index f90fbec669..e1c8aedbf6 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/doc/book/src/Programming-In-Apache-Qpid.xml @@ -4302,8 +4302,7 @@ and the hierarchical relationships between them. Constructor - - Constructor + C++ Connection(const std::string& url, const std::string& options); @@ -4314,8 +4313,7 @@ and the hierarchical relationships between them. Copy Constructor - - Copy constructor + C++ Connection(const Connection&); -- cgit v1.2.1