STRING: add missing doxygen comment
This commit is contained in:
parent
5db9b014c6
commit
12d9bbfa4e
@ -54,6 +54,11 @@ struct string {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prints the given string to stdout.
|
||||||
|
*
|
||||||
|
* @param print_string the print to string
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
prints(const string *print_string);
|
prints(const string *print_string);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user