summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Receiver.h
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-04-29 16:36:29 +0000
committerJonathan Robie <jonathan@apache.org>2010-04-29 16:36:29 +0000
commit72c25ca3bf1e562be206165380b687c86dd3e910 (patch)
tree9465b5d9463342c92387b4678bd3bdbc36968ca5 /cpp/include/qpid/messaging/Receiver.h
parent2d9f20b8084302d379d902e2289541d7c05d5233 (diff)
downloadqpid-python-72c25ca3bf1e562be206165380b687c86dd3e910.tar.gz
Added doxygen group directives.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@939373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Receiver.h')
-rw-r--r--cpp/include/qpid/messaging/Receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Receiver.h b/cpp/include/qpid/messaging/Receiver.h
index 65581d06c5..a368b113c1 100644
--- a/cpp/include/qpid/messaging/Receiver.h
+++ b/cpp/include/qpid/messaging/Receiver.h
@@ -36,7 +36,7 @@ class Message;
class ReceiverImpl;
class Session;
-/**
+/** \ingroup messaging
* Interface through which messages are received.
*/
class Receiver : public qpid::messaging::Handle<ReceiverImpl>