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:
commit
8b2450aba7
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue