Kaydet (Commit) 20ea90a5 authored tarafından Christophe JAILLET's avatar Christophe JAILLET Kaydeden (comit) Adolfo Jayme Barrientos

Fix some doxygen-generated documentation.

Doxygen is misled by the "127." at the beginning of a sentence and
converts it to "<ol><li>..."

So it is erroneously rendered as:
all ASCII characters are in the allowed range between 0 and
   1. The ASCII string must be NULL-terminated.

Change-Id: If36de7d4df668b5f9e9f6c7ea139552798e349d2
Reviewed-on: https://gerrit.libreoffice.org/69360Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 5a907fe7
...@@ -1037,8 +1037,8 @@ public: ...@@ -1037,8 +1037,8 @@ public:
the strings and return a value indicating their relationship. the strings and return a value indicating their relationship.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
This function can't be used for language specific sorting. This function can't be used for language specific sorting.
@param asciiStr the 8-Bit ASCII character string to be compared. @param asciiStr the 8-Bit ASCII character string to be compared.
...@@ -1058,8 +1058,8 @@ public: ...@@ -1058,8 +1058,8 @@ public:
the strings and return a value indicating their relationship. the strings and return a value indicating their relationship.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
This function can't be used for language specific sorting. This function can't be used for language specific sorting.
@deprecated This is a confusing overload with unexpectedly different @deprecated This is a confusing overload with unexpectedly different
...@@ -1113,8 +1113,8 @@ public: ...@@ -1113,8 +1113,8 @@ public:
represents the same sequence of characters as the first string. represents the same sequence of characters as the first string.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
This function can't be used for language specific comparison. This function can't be used for language specific comparison.
@param asciiStr the 8-Bit ASCII character string to be compared. @param asciiStr the 8-Bit ASCII character string to be compared.
...@@ -1134,8 +1134,8 @@ public: ...@@ -1134,8 +1134,8 @@ public:
represents the same sequence of characters as the first string. represents the same sequence of characters as the first string.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated and must be greater than The ASCII string must be NULL-terminated and must be greater than
or equal to asciiStrLength. or equal to asciiStrLength.
This function can't be used for language specific comparison. This function can't be used for language specific comparison.
...@@ -1163,8 +1163,8 @@ public: ...@@ -1163,8 +1163,8 @@ public:
values between 97 and 122 (ASCII a-z). values between 97 and 122 (ASCII a-z).
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
This function can't be used for language specific comparison. This function can't be used for language specific comparison.
@param asciiStr the 8-Bit ASCII character string to be compared. @param asciiStr the 8-Bit ASCII character string to be compared.
...@@ -1183,8 +1183,8 @@ public: ...@@ -1183,8 +1183,8 @@ public:
the strings and return a value indicating their relationship. the strings and return a value indicating their relationship.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
This function can't be used for language specific sorting. This function can't be used for language specific sorting.
@param asciiStr the 8-Bit ASCII character string to be compared. @param asciiStr the 8-Bit ASCII character string to be compared.
...@@ -1234,8 +1234,8 @@ public: ...@@ -1234,8 +1234,8 @@ public:
of this string, at the given position. of this string, at the given position.
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated and must be greater than or The ASCII string must be NULL-terminated and must be greater than or
equal to asciiStrLength. equal to asciiStrLength.
This function can't be used for language specific comparison. This function can't be used for language specific comparison.
...@@ -1272,8 +1272,8 @@ public: ...@@ -1272,8 +1272,8 @@ public:
values between 97 and 122 (ASCII a-z). values between 97 and 122 (ASCII a-z).
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated and must be greater than or The ASCII string must be NULL-terminated and must be greater than or
equal to asciiStrLength. equal to asciiStrLength.
This function can't be used for language specific comparison. This function can't be used for language specific comparison.
...@@ -3544,8 +3544,8 @@ public: ...@@ -3544,8 +3544,8 @@ public:
Since this method is optimized for performance, the ASCII character Since this method is optimized for performance, the ASCII character
values are not converted in any way. The caller has to make sure that values are not converted in any way. The caller has to make sure that
all ASCII characters are in the allowed range between 0 and all ASCII characters are in the allowed range between 0 and 127.
127. The ASCII string must be NULL-terminated. The ASCII string must be NULL-terminated.
Note that for string literals it is simpler and more efficient Note that for string literals it is simpler and more efficient
to directly use the OUString constructor. to directly use the OUString constructor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment