3
0
Fork 0
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:
Bruce Mitchener 2018-12-04 09:12:12 +07:00
parent ea0d253308
commit 42d2a46826
4 changed files with 18 additions and 18 deletions

View file

@ -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) ))
*/