From: a bellenir Date: Fri, 1 Aug 2014 01:14:31 +0000 (+0000) Subject: fix documentation X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ac2e453ef65caed42af6bdc35636bcf8aac4928a;p=projs%2Flibcds.git fix documentation --- 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.