mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +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
|
@ -169,12 +169,12 @@ namespace smt {
|
|||
bool enabled() const;
|
||||
|
||||
/**
|
||||
\Brief Return the region allocator for the smt::context that owns this propagator.
|
||||
\brief Return the region allocator for the smt::context that owns this propagator.
|
||||
*/
|
||||
region & get_region() const;
|
||||
|
||||
/**
|
||||
\Brief Return the ast_manager for the smt::context that owns this propagator.
|
||||
\brief Return the ast_manager for the smt::context that owns this propagator.
|
||||
*/
|
||||
ast_manager & get_manager() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue