minor comments and changes
This commit is contained in:
@ -90,7 +90,7 @@ Linked_list_node_p ll_get(Linked_list_node_p head, int idx);
|
||||
* @param idx The index of the node to delete.
|
||||
*
|
||||
* @returns A pointer on the new head node of the linked list.
|
||||
* @retval NULL if an error occurred. // TODO or if list is now empty...
|
||||
* @retval NULL if the list is now empty, or if the node did not exist. // TODO discuss
|
||||
*
|
||||
* @since February 2017
|
||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||
|
Reference in New Issue
Block a user