Skip to content

Commit 70e2f11

Browse files
author
Arto Kinnunen
committed
Squashed 'connectivity/libraries/nanostack-libservice/' changes from c6cae6992a..67d7b93ec6
67d7b93ec6 Allow ns_list to be visible as own module in Doxygen git-subtree-dir: connectivity/libraries/nanostack-libservice git-subtree-split: 67d7b93ec6769fa3c6d52da81ba693e170ff1260
1 parent f4cdbeb commit 70e2f11

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mbed-client-libservice/ns_list.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@
2323
extern "C" {
2424
#endif
2525

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+
2635
/** \file
27-
* \brief Linked list support library
36+
* \ingroup ns_list
37+
* \brief Linked list support library.
2838
*
2939
* The ns_list.h file provides a doubly-linked list/queue, providing O(1)
3040
* performance for all insertion/removal operations, and access to either

0 commit comments

Comments
 (0)