Skip to content

Commit 6ba1515

Browse files
Merge branch 'master' of https://github.com/z3prover/z3
2 parents 55775bd + 236afeb commit 6ba1515

File tree

2 files changed

+258
-2
lines changed

2 files changed

+258
-2
lines changed

src/api/z3_api.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5594,14 +5594,14 @@ extern "C" {
55945594
void Z3_API Z3_add_const_interp(Z3_context c, Z3_model m, Z3_func_decl f, Z3_ast a);
55955595

55965596
/**
5597-
\brief Increment the reference counter of the given Z3_func_interp object.
5597+
\brief Increment the reference counter of the given \c Z3_func_interp object.
55985598
55995599
def_API('Z3_func_interp_inc_ref', VOID, (_in(CONTEXT), _in(FUNC_INTERP)))
56005600
*/
56015601
void Z3_API Z3_func_interp_inc_ref(Z3_context c, Z3_func_interp f);
56025602

56035603
/**
5604-
\brief Decrement the reference counter of the given Z3_func_interp object.
5604+
\brief Decrement the reference counter of the given \c Z3_func_interp object.
56055605
56065606
def_API('Z3_func_interp_dec_ref', VOID, (_in(CONTEXT), _in(FUNC_INTERP)))
56075607
*/

0 commit comments

Comments
 (0)