summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FramingContent.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-24 17:42:59 +0000
committerAlan Conway <aconway@apache.org>2008-04-24 17:42:59 +0000
commit757d86d81e811f105f72fdfce5bc18d83aaa08d4 (patch)
treed095206cd9129f04bf77a3c59be5d5673554f2ec /cpp/src/qpid/framing/FramingContent.h
parent20373a2ab9e3dab3b2164e1e0409eefd2fb4cc4e (diff)
downloadqpid-python-757d86d81e811f105f72fdfce5bc18d83aaa08d4.tar.gz
Edits to doxygen comments for user documentation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/FramingContent.h')
-rw-r--r--cpp/src/qpid/framing/FramingContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/FramingContent.h b/cpp/src/qpid/framing/FramingContent.h
index 9315a7716f..36f5d641b2 100644
--- a/cpp/src/qpid/framing/FramingContent.h
+++ b/cpp/src/qpid/framing/FramingContent.h
@@ -31,7 +31,7 @@ class Buffer;
enum discriminator_types { INLINE = 0, REFERENCE = 1 };
/**
- * A representation of the AMQP 'content' data type (used for message
+ * A representation of the AMQP Content data type (used for message
* bodies) which can hold inline data or a reference.
*/
class Content