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

using doxygen to document z3py API

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-22 18:41:43 -08:00
parent b855313141
commit 4b27eae47f
4 changed files with 8 additions and 1 deletions

View file

@ -39,6 +39,9 @@ Notes:
*/
/*@{*/
/**
\brief Z3 C++ namespace
*/
namespace z3 {
class exception;