3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 08:58:44 +00:00

Improve intra-doc linking.

This commit is contained in:
Bruce Mitchener 2018-11-19 20:32:00 +07:00
parent b8ac3e6ce4
commit 115256e353
4 changed files with 21 additions and 8 deletions

View file

@ -229,7 +229,7 @@ extern "C" {
\param s target sort
\param negative indicates whether the result should be negative
When \c negative is true, -oo will be generated instead of +oo.
When \c negative is \c true, -oo will be generated instead of +oo.
def_API('Z3_mk_fpa_inf', AST, (_in(CONTEXT),_in(SORT),_in(BOOL)))
*/
@ -242,7 +242,7 @@ extern "C" {
\param s target sort
\param negative indicates whether the result should be negative
When \c negative is true, -zero will be generated instead of +zero.
When \c negative is \c true, -zero will be generated instead of +zero.
def_API('Z3_mk_fpa_zero', AST, (_in(CONTEXT),_in(SORT),_in(BOOL)))
*/