- * lldel - Remove an item from a linked list.
- * @curll: The list to remove the item from.
- * @object: The object to remove.
- * @objectcmp: A pointer to a comparision function for the object type.
+ * @brief Remove an item from a linked list.
+ * @param curll The list to remove the item from.
+ * @param object The object to remove.
+ * @param objectcmp A pointer to a comparision function for the object type.