mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[winpr,string] fix variable names in doxygen
This commit is contained in:
@@ -258,7 +258,7 @@ extern "C"
|
||||
*
|
||||
* The function does string conversions of any '\0' terminated input string
|
||||
*
|
||||
* Supplying len = 0 will return the required size of the buffer in characters.
|
||||
* Supplying wlen = 0 will return the required size of the buffer in characters.
|
||||
*
|
||||
* \warning Supplying a buffer length smaller than required will result in
|
||||
* platform dependent (=undefined) behaviour!
|
||||
@@ -276,7 +276,7 @@ extern "C"
|
||||
* The function does string conversions of any input string of len (or less)
|
||||
* characters until it reaches the first '\0'.
|
||||
*
|
||||
* Supplying len = 0 will return the required size of the buffer in characters.
|
||||
* Supplying wlen = 0 will return the required size of the buffer in characters.
|
||||
*
|
||||
* \warning Supplying a buffer length smaller than required will result in
|
||||
* platform dependent (=undefined) behaviour!
|
||||
@@ -295,7 +295,7 @@ extern "C"
|
||||
* The function does string conversions of any input string of len characters.
|
||||
* Any character in the buffer (incuding any '\0') is converted.
|
||||
*
|
||||
* Supplying len = 0 will return the required size of the buffer in characters.
|
||||
* Supplying wlen = 0 will return the required size of the buffer in characters.
|
||||
*
|
||||
* \warning Supplying a buffer length smaller than required will result in
|
||||
* platform dependent (=undefined) behaviour!
|
||||
|
||||
Reference in New Issue
Block a user