mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit 'e13417d3ce12469f3418ade4bf1183993083efdd' into mbed-os-5.15
* commit 'e13417d3ce12469f3418ade4bf1183993083efdd': Squashed 'features/frameworks/nanostack-libservice/' changes from c6cae6992a..67d7b93ec6pull/13451/head
commit
1df883563d
|
@ -23,8 +23,18 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** \defgroup ns_list Linked list support library.
|
||||
*
|
||||
* The ns_list.h file provides a doubly-linked list/queue, providing O(1)
|
||||
* performance for all insertion/removal operations, and access to either
|
||||
* end of the list.
|
||||
*
|
||||
* See \ref ns_list.h for documentation.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Linked list support library
|
||||
* \ingroup ns_list
|
||||
* \brief Linked list support library.
|
||||
*
|
||||
* The ns_list.h file provides a doubly-linked list/queue, providing O(1)
|
||||
* performance for all insertion/removal operations, and access to either
|
||||
|
|
Loading…
Reference in New Issue