mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
Mark up Z3_L_TRUE and friends correctly in the docs.
This commit is contained in:
parent
ea0d253308
commit
42d2a46826
4 changed files with 18 additions and 18 deletions
|
@ -142,7 +142,7 @@ extern "C" {
|
|||
/**
|
||||
\brief Retrieve a string that describes the last status returned by #Z3_optimize_check.
|
||||
|
||||
Use this method when #Z3_optimize_check returns Z3_L_UNDEF.
|
||||
Use this method when #Z3_optimize_check returns \c Z3_L_UNDEF.
|
||||
|
||||
def_API('Z3_optimize_get_reason_unknown', STRING, (_in(CONTEXT), _in(OPTIMIZE) ))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue