From c3ceafd1bb708615752f34f8f0bf88d992645c49 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 19 Nov 2008 11:54:02 +0000 Subject: Removed overblown Doxygen comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718937 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Connection.h | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/client/Connection.h b/cpp/src/qpid/client/Connection.h index 0a74df9206..d03542bb5b 100644 --- a/cpp/src/qpid/client/Connection.h +++ b/cpp/src/qpid/client/Connection.h @@ -109,31 +109,7 @@ class Connection /** * Opens a connection to a broker. * - * @param the settings to use (host, port etc) - * - * Specifying connection parameters with ConnectionSettings - * - * @code - * #include - * #include - * #include - * - * using namespace qpid::client; - * - * int main(int , char** ) { - * - * ConnectionSettings connectionSettings; - * connectionSettings.host = "localhost"; - * connectionSettings.port = 5672; - * connectionSettings.tcpNoDelay = true; - * connectionSettings.maxFrameSize = 65535; - * connectionSettings.bounds = 4; - * - * Connection connection; - * try { - * connection.open(connectionSettings); - * Session session = connection.newSession(); - * @endcode + * @param the settings to use (host, port etc). @see ConnectionSettings. */ void open(const ConnectionSettings& settings); -- cgit v1.2.1