From 70e2f11a0c79969e66b51085571bbe9f4dfb7ded Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Thu, 20 Aug 2020 17:06:12 +0300 Subject: [PATCH] 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 --- mbed-client-libservice/ns_list.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mbed-client-libservice/ns_list.h b/mbed-client-libservice/ns_list.h index a4799fb4f3..ca5baafa1b 100644 --- a/mbed-client-libservice/ns_list.h +++ b/mbed-client-libservice/ns_list.h @@ -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