mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Merge pull request #1556 from waywardmonkeys/update-z3-bool-doc
Update Z3_bool doc.
This commit is contained in:
commit
bb7ad4e938
|
@ -80,7 +80,7 @@ DEFINE_TYPE(Z3_rcf_num);
|
|||
*/
|
||||
|
||||
/**
|
||||
\brief Z3 Boolean type. It is just an alias for \c int.
|
||||
\brief Z3 Boolean type. It is just an alias for \c bool.
|
||||
*/
|
||||
typedef bool Z3_bool;
|
||||
|
||||
|
|
Loading…
Reference in a new issue