3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix one typo and two misunderstandings for doxygen (#5633)

This commit is contained in:
Alexander Traud 2021-10-29 15:35:05 +02:00 committed by GitHub
parent d1592c6abf
commit 1d45a33163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -52,7 +52,7 @@ namespace euf {
virtual void apply_sort_cnstr(enode* n, sort* s) {}
/**
\record that an equality has been internalized.
\brief Record that an equality has been internalized.
*/
virtual void eq_internalized(enode* n) {}