(svn r23706) -Codechange: prevent 'unknown command' doxygen errors

This commit is contained in:
smatz
2012-01-01 17:36:19 +00:00
parent a90b767995
commit bcd3f2bb59
7 changed files with 9 additions and 9 deletions

View File

@@ -523,7 +523,7 @@ size_t Utf8Encode(char *buf, WChar c)
* @param s string to check if it needs additional trimming
* @param maxlen the maximum length the buffer can have.
* @return the new length in bytes of the string (eg. strlen(new_string))
* @NOTE maxlen is the string length _INCLUDING_ the terminating '\0'
* @note maxlen is the string length _INCLUDING_ the terminating '\0'
*/
size_t Utf8TrimString(char *s, size_t maxlen)
{