mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +00:00
fixed documentation of Z3_param_descrs_get_name
This commit is contained in:
parent
f699ac0353
commit
4c4ca7d3b8
1 changed files with 1 additions and 1 deletions
|
@ -1715,7 +1715,7 @@ extern "C" {
|
||||||
unsigned Z3_API Z3_param_descrs_size(Z3_context c, Z3_param_descrs p);
|
unsigned Z3_API Z3_param_descrs_size(Z3_context c, Z3_param_descrs p);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Return the number of parameters in the given parameter description set.
|
\brief Return the name of the parameter at index \c i.
|
||||||
|
|
||||||
\pre i < Z3_param_descrs_size(c, p)
|
\pre i < Z3_param_descrs_size(c, p)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue