Improve doxygen comments
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ START_TEST (test_dstr_own_steal)
|
||||
END_TEST
|
||||
|
||||
START_TEST (test_dstr_trim)
|
||||
struct DStr str = UC_DSTR_STATIC_INIT;
|
||||
struct DStr str = UC_DSTR_INITIALIZER;
|
||||
|
||||
uc_dstr_append_str(&str, " \t \nHello !\r\n");
|
||||
uc_dstr_trim(&str);
|
||||
|
||||
Reference in New Issue
Block a user