Improve doxygen comments

This commit is contained in:
Nils O. Selåsdal
2014-09-15 21:13:43 +02:00
parent f13a71e8ba
commit 045d7c2463
4 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ void uc_strv_clear(struct UCStrv *strv);
/**
* free all elements as well as the underlying array, the UCStrv is
* unusable after this call
* unusable after this call until it is initialized again.
* (strv itself is not free'd)
*
* @param strv UCStrv to destroy
*/