3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #1915 from sburuiana/master

Fixed documentation of Z3_param_descrs_get_name method
This commit is contained in:
Nikolaj Bjorner 2018-11-06 07:56:28 -08:00 committed by GitHub
commit 671e7f7786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 given index \c i.
\pre i < Z3_param_descrs_size(c, p)