NonCopyable: Add into platform doc group.

pull/8509/head
Vincent Coubard 2018-10-23 14:41:38 +01:00
parent 3fe42b6c0d
commit 0d2a8e0417
1 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,13 @@
namespace mbed { namespace mbed {
/** \addtogroup platform */
/** @{*/
/**
* \defgroup platform_NonCopyable NonCopyable class
* @{
*/
/** /**
* Prevents generation of copy constructor and copy assignment operator in * Prevents generation of copy constructor and copy assignment operator in
* derived classes. * derived classes.
@ -218,6 +225,10 @@ private:
#endif #endif
}; };
/**@}*/
/**@}*/
} // namespace mbed } // namespace mbed
#endif /* MBED_NONCOPYABLE_H_ */ #endif /* MBED_NONCOPYABLE_H_ */