STRING: improve doxygen comment

This commit is contained in:
hasufell 2014-05-27 01:08:52 +02:00
parent fd9ac4ecb8
commit 8b9134628c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ struct string {
/**
* Pointer to the char array,
* holding the actual string.
* THIS IS NOT NULL TERMINATED
* (at least not necessarily,
* don't ever assume it).
*/
char *ptr;
/**