NonCopyable: Add into platform doc group.

pull/8637/head
Vincent Coubard 2018-10-23 14:41:38 +01:00 committed by Cruz Monrreal II
parent c2271b3d35
commit 9a91e34004
1 changed files with 11 additions and 0 deletions

View File

@ -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_ */