We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe42b6 commit 0d2a8e0Copy full SHA for 0d2a8e0
platform/NonCopyable.h
@@ -23,6 +23,13 @@
23
24
namespace mbed {
25
26
+/** \addtogroup platform */
27
+/** @{*/
28
+/**
29
+ * \defgroup platform_NonCopyable NonCopyable class
30
+ * @{
31
+ */
32
+
33
/**
34
* Prevents generation of copy constructor and copy assignment operator in
35
* derived classes.
@@ -218,6 +225,10 @@ class NonCopyable {
218
225
#endif
219
226
};
220
227
228
+/**@}*/
229
230
231
221
232
} // namespace mbed
222
233
223
234
#endif /* MBED_NONCOPYABLE_H_ */
0 commit comments