From 346760b8e03bb50c1704d9e7e762fa4f5a284fb6 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 13 Dec 2006 17:15:01 +0000 Subject: Added some doxygen comments for the client API. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486747 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/framing/FieldTable.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpp/lib/common') diff --git a/cpp/lib/common/framing/FieldTable.h b/cpp/lib/common/framing/FieldTable.h index 3d09cdec64..6fa10ab108 100644 --- a/cpp/lib/common/framing/FieldTable.h +++ b/cpp/lib/common/framing/FieldTable.h @@ -28,11 +28,21 @@ #define _FieldTable_ namespace qpid { + /** + * The framing namespace contains classes that are used to create, + * send and receive the basic packets from which AMQP is built. + */ namespace framing { class Value; class Buffer; +/** + * A set of name-value pairs. (See the AMQP spec for more details on + * AMQP field tables). + * + * \ingroup clientapi + */ class FieldTable { public: -- cgit v1.2.1