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 c956a93 commit 1e30ed5Copy full SHA for 1e30ed5
platform/Span.h
@@ -25,6 +25,13 @@
25
26
namespace mbed {
27
28
+/** \addtogroup platform */
29
+/** @{*/
30
+/**
31
+ * \defgroup platform_Span Span class
32
+ * @{
33
+ */
34
+
35
// Internal details of Span
36
// It is used construct Span from Span of convertible types (non const -> const)
37
namespace span_detail {
@@ -996,6 +1003,10 @@ Span<const T> make_const_Span(T *array_ptr, size_t array_size)
996
1003
return Span<const T>(array_ptr, array_size);
997
1004
}
998
1005
1006
+/**@}*/
1007
1008
1009
999
1010
} // namespace mbed
1000
1011
1001
1012
#endif /* MBED_PLATFORM_SPAN_H_ */
0 commit comments