- code documentation cleaned

This commit is contained in:
Jan Hutter
2005-11-25 08:44:49 +00:00
parent caf2a93a5c
commit adad211cb2
3 changed files with 50 additions and 53 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
typedef struct linked_list_t linked_list_t;
/**
* @brief Double Linked List (named only as linked list).
* @brief Class implementing a double linked list (named only as linked list).
*
* @warning Access to an object of this type is not thread-save.
*