3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Merge pull request #1949 from waywardmonkeys/fix-doc-precondition

Fix precondition in Z3_get_symbol_string doc comment.
This commit is contained in:
Nikolaj Bjorner 2018-11-19 08:43:52 -08:00 committed by GitHub
commit 8b2450aba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3891,7 +3891,7 @@ extern "C" {
/**
\brief Return the symbol name.
\pre Z3_get_symbol_string(s) == Z3_STRING_SYMBOL
\pre Z3_get_symbol_kind(s) == Z3_STRING_SYMBOL
\warning The returned buffer is statically allocated by Z3. It will
be automatically deallocated when #Z3_del_context is invoked.