From ac2e453ef65caed42af6bdc35636bcf8aac4928a Mon Sep 17 00:00:00 2001 From: a bellenir Date: Fri, 1 Aug 2014 01:14:31 +0000 Subject: [PATCH] fix documentation --- source/list/list.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/list/list.h b/source/list/list.h index a55d662..1218da3 100644 --- a/source/list/list.h +++ b/source/list/list.h @@ -188,9 +188,6 @@ list_node_t* list_insert( list_t* list, size_t index, void* contents); /** * @brief Inserts a new node in a linked list after the specified node * - * This function traverses the list to the specified and inserts a new node after - * it with the given contents at that position. - * * @param list The list to operate on. * @param node The node after which the item should be inserted. * @param contents The contents of the new node. -- 2.52.0