summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2008-11-17 17:33:20 +0000
committerJonathan Robie <jonathan@apache.org>2008-11-17 17:33:20 +0000
commit4537189973e1d0d1c8d6c89aee93af2009724689 (patch)
tree1f096874922312bbdd1413bc81a0b54708d0fe4f /qpid/cpp
parent5eb6d251556353c034464bb631fb8e69845551f7 (diff)
downloadqpid-python-4537189973e1d0d1c8d6c89aee93af2009724689.tar.gz
Deleting doxygen_mainpage.h, which has moved to the src/cpp/docs/api directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/doxygen_mainpage.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/qpid/cpp/src/qpid/doxygen_mainpage.h b/qpid/cpp/src/qpid/doxygen_mainpage.h
deleted file mode 100644
index 1502ef536e..0000000000
--- a/qpid/cpp/src/qpid/doxygen_mainpage.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// This header file is just for doxygen documentation purposes.
-
-/** \mainpage Qpid C++ Developer Kit.
- *
- * The <a href=http://incubator.apache.org/qpid>Qpid project</a> provides implementations of the <a href="http://amqp.org/">AMQP messaging specification</a> in several programming language.
- *
- * Qpidc provides APIs and libraries to implement AMQP clients in
- * C++. Qpidc clients can interact with any compliant AMQP message
- * broker. The Qpid project also provides an AMQP broker daemon called
- * qpidd that you can use with your qpidc clients.
- *
- * See the \ref clientapi "client API reference" to get started.
- *
- */
-
-
-/**
- * \defgroup clientapi Application API for an AMQP client.
- *
- * A typical client takes the following steps:
- * - Connect to the broker using qpid::client::Connection::open()
- * - Create a qpid::client::Session object.
- *
- * Once a session is created the client can work with the broker:
- * - Create and bind queues using the qpid::client::Session commands.
- * - Send messages using qpid::client::Session::messageTransfer.
- * - Subscribe to queues using qpid::client::SubscriptionManager
- */