STRING: improve doxygen comment
This commit is contained in:
parent
fd9ac4ecb8
commit
8b9134628c
@ -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;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user