mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
update input for doxygen #5400
This commit is contained in:
parent
c845b22c15
commit
0d055b83eb
2 changed files with 9 additions and 10 deletions
|
@ -3488,8 +3488,8 @@ extern "C" {
|
|||
\brief Create a string constant out of the string that is passed in
|
||||
The string may contain escape encoding for non-printable characters
|
||||
or characters outside of the basic printable ASCII range. For example,
|
||||
the escape encoding \u{0} represents the character 0 and the encoding
|
||||
\u{100} represents the character 256.
|
||||
the escape encoding \\u{0} represents the character 0 and the encoding
|
||||
\\u{100} represents the character 256.
|
||||
|
||||
def_API('Z3_mk_string', AST, (_in(CONTEXT), _in(STRING)))
|
||||
*/
|
||||
|
@ -3499,7 +3499,7 @@ extern "C" {
|
|||
\brief Create a string constant out of the string that is passed in
|
||||
It takes the length of the string as well to take into account
|
||||
0 characters. The string is treated as if it is unescaped so a sequence
|
||||
of characters \u{0} is treated as 5 characters and not the character 0.
|
||||
of characters \\u{0} is treated as 5 characters and not the character 0.
|
||||
|
||||
def_API('Z3_mk_lstring', AST, (_in(CONTEXT), _in(UINT), _in(STRING)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue