3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

New API website

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-22 17:53:43 -08:00
parent 8ea61dacda
commit a9a673bb8a
8 changed files with 28 additions and 983 deletions

View file

@ -34,6 +34,11 @@ Notes:
*/
/*@{*/
/**
@name C++ API classes and functions
*/
/*@{*/
namespace z3 {
class exception;
@ -55,7 +60,7 @@ namespace z3 {
class statistics;
class apply_result;
class fixedpoint;
/**
\brief Exception used to sign API usage errors.
*/
@ -1623,6 +1628,7 @@ template class z3::ast_vector_tpl<z3::expr>;
template class z3::ast_vector_tpl<z3::sort>;
template class z3::ast_vector_tpl<z3::func_decl>;
/*@}*/
/*@}*/
#endif