mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fixed documentation of Z3_param_descrs_get_name
This commit is contained in:
parent
f699ac0353
commit
4c4ca7d3b8
|
@ -1715,7 +1715,7 @@ extern "C" {
|
|||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue