diff options
Diffstat (limited to 'cpp/include/qpid/messaging/Handle.h')
-rw-r--r-- | cpp/include/qpid/messaging/Handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Handle.h b/cpp/include/qpid/messaging/Handle.h index c528c39e19..cfc6e8ebfc 100644 --- a/cpp/include/qpid/messaging/Handle.h +++ b/cpp/include/qpid/messaging/Handle.h @@ -29,7 +29,7 @@ namespace messaging { template <class> class PrivateImplRef; -/** +/** \ingroup messaging * A handle is like a pointer: refers to an underlying implementation object. * Copying the handle does not copy the object. * |