Skip to content

Commit 0d2a8e0

Browse files
committed
NonCopyable: Add into platform doc group.
1 parent 3fe42b6 commit 0d2a8e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

platform/NonCopyable.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323

2424
namespace mbed {
2525

26+
/** \addtogroup platform */
27+
/** @{*/
28+
/**
29+
* \defgroup platform_NonCopyable NonCopyable class
30+
* @{
31+
*/
32+
2633
/**
2734
* Prevents generation of copy constructor and copy assignment operator in
2835
* derived classes.
@@ -218,6 +225,10 @@ class NonCopyable {
218225
#endif
219226
};
220227

228+
/**@}*/
229+
230+
/**@}*/
231+
221232
} // namespace mbed
222233

223234
#endif /* MBED_NONCOPYABLE_H_ */

0 commit comments

Comments
 (0)