mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
Fix up more documentation formatting.
This commit is contained in:
parent
e15a39f463
commit
15e1a5ee86
6 changed files with 111 additions and 112 deletions
|
@ -48,7 +48,7 @@ extern "C" {
|
|||
/**
|
||||
\brief Retrieve a bottom-up (from query) sequence of ground facts
|
||||
|
||||
The previous call to Z3_fixedpoint_query must have returned \c Z3_L_TRUE.
|
||||
The previous call to #Z3_fixedpoint_query must have returned \c Z3_L_TRUE.
|
||||
|
||||
def_API('Z3_fixedpoint_get_ground_sat_answer', AST, (_in(CONTEXT), _in(FIXEDPOINT)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue