From 9a91e340042cd0786989eb50b34cf8dfcc71b62c Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Tue, 23 Oct 2018 14:41:38 +0100 Subject: [PATCH] NonCopyable: Add into platform doc group. --- platform/NonCopyable.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/platform/NonCopyable.h b/platform/NonCopyable.h index 67b3d95d70..43b0e925b0 100644 --- a/platform/NonCopyable.h +++ b/platform/NonCopyable.h @@ -23,6 +23,13 @@ namespace mbed { +/** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_NonCopyable NonCopyable class + * @{ + */ + /** * Prevents generation of copy constructor and copy assignment operator in * derived classes. @@ -218,6 +225,10 @@ private: #endif }; +/**@}*/ + +/**@}*/ + } // namespace mbed #endif /* MBED_NONCOPYABLE_H_ */