diff options
author | Robert Gemmell <robbie@apache.org> | 2010-12-05 19:05:29 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-12-05 19:05:29 +0000 |
commit | 54ba91ec9192e76784e2e1b0863eb9afc62e9757 (patch) | |
tree | d7dc172df0a9e63982ea11a05af4846febd3156e /qpid/doc | |
parent | 8e8093296e136d3507fc5ced1f0d9329cb8d2ff5 (diff) | |
download | qpid-python-54ba91ec9192e76784e2e1b0863eb9afc62e9757.tar.gz |
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@1042408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc')
-rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml index f90fbec669..e1c8aedbf6 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml @@ -4302,8 +4302,7 @@ and the hierarchical relationships between them. </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 between them. </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> |