mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge pull request #1947 from waywardmonkeys/fix-from-file-docs
Correct Z3_(fixedpoint|optimize)_from_file param doc.
This commit is contained in:
commit
127b585eaa
|
@ -308,7 +308,7 @@ extern "C" {
|
||||||
|
|
||||||
\param c - context.
|
\param c - context.
|
||||||
\param f - fixedpoint context.
|
\param f - fixedpoint context.
|
||||||
\param s - string containing SMT2 specification.
|
\param s - path to file containing SMT2 specification.
|
||||||
|
|
||||||
def_API('Z3_fixedpoint_from_file', AST_VECTOR, (_in(CONTEXT), _in(FIXEDPOINT), _in(STRING)))
|
def_API('Z3_fixedpoint_from_file', AST_VECTOR, (_in(CONTEXT), _in(FIXEDPOINT), _in(STRING)))
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -252,7 +252,7 @@ extern "C" {
|
||||||
|
|
||||||
\param c - context.
|
\param c - context.
|
||||||
\param o - optimize context.
|
\param o - optimize context.
|
||||||
\param s - string containing SMT2 specification.
|
\param s - path to file containing SMT2 specification.
|
||||||
|
|
||||||
def_API('Z3_optimize_from_file', VOID, (_in(CONTEXT), _in(OPTIMIZE), _in(STRING)))
|
def_API('Z3_optimize_from_file', VOID, (_in(CONTEXT), _in(OPTIMIZE), _in(STRING)))
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue