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.
2 parents 4198053 + 70e2f11 commit 9aac23dCopy full SHA for 9aac23d
connectivity/libraries/nanostack-libservice/mbed-client-libservice/ns_list.h
@@ -23,8 +23,18 @@
23
extern "C" {
24
#endif
25
26
+/** \defgroup ns_list Linked list support library.
27
+ *
28
+ * The ns_list.h file provides a doubly-linked list/queue, providing O(1)
29
+ * performance for all insertion/removal operations, and access to either
30
+ * end of the list.
31
32
+ * See \ref ns_list.h for documentation.
33
+ */
34
+
35
/** \file
- * \brief Linked list support library
36
+ * \ingroup ns_list
37
+ * \brief Linked list support library.
38
*
39
* The ns_list.h file provides a doubly-linked list/queue, providing O(1)
40
* performance for all insertion/removal operations, and access to either
0 commit comments