mirror of https://github.com/ARMmbed/mbed-os.git
NonCopyable: Add into platform doc group.
parent
c2271b3d35
commit
9a91e34004
|
@ -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_ */
|
||||||
|
|
Loading…
Reference in New Issue