Author: robbie
Date: Sun Dec 5 19:05:29 2010
New Revision: 1042408
URL: http://svn.apache.org/viewvc?rev=1042408&view=rev
Log:
fix issue with extraneous table entries, which was causing malformed html
output and breaking the PDF generation
Modified:
qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml?rev=1042408&r1=1042407&r2=1042408&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml (original)
+++ qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml Sun Dec 5
19:05:29 2010
@@ -4302,8 +4302,7 @@ and the hierarchical relationships betwe
</row>
<row>
<entry namest="c1" nameend="c2"
align="center">Constructor</entry>
- <entry> </entry>
- <entry>Constructor</entry> </row>
+ </row>
<row>
<entry>C++</entry>
<entry>Connection(const std::string& url, const
std::string& options);</entry>
@@ -4314,8 +4313,7 @@ and the hierarchical relationships betwe
</row>
<row>
<entry namest="c1" nameend="c2" align="center">Copy
Constructor</entry>
- <entry> </entry>
- <entry>Copy constructor</entry> </row>
+ </row>
<row>
<entry>C++</entry>
<entry>Connection(const Connection&);</entry>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]