mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix misspelled \brief for doxygen (#5632)
This commit is contained in:
parent
780761a29e
commit
d1592c6abf
4 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ array_factory::array_factory(ast_manager & m, model_core & md):
|
|||
}
|
||||
|
||||
/**
|
||||
\brieft Return as-array[f] where f is a fresh function symbol with the right domain and range for the array sort s.
|
||||
\brief Return as-array[f] where f is a fresh function symbol with the right domain and range for the array sort s.
|
||||
Store in fi the function interpretation for f.
|
||||
*/
|
||||
expr * array_factory::mk_array_interp(sort * s, func_interp * & fi) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue