diff --git a/src/muz/rel/dl_mk_simple_joins.cpp b/src/muz/rel/dl_mk_simple_joins.cpp index c556e37e4..11e366f90 100644 --- a/src/muz/rel/dl_mk_simple_joins.cpp +++ b/src/muz/rel/dl_mk_simple_joins.cpp @@ -42,7 +42,7 @@ namespace datalog { /** \brief Number of rules longer than two that contain this pair. - This number is being updated by \c add_rule and \remove rule. Even though between + This number is being updated by \c add_rule and \c remove_rule. Even though between adding a rule and removing it, the length of a rule can decrease without this pair being notified about it, it will surely see the decrease from length 3 to 2 which the threshold for rule being counted in this counter. diff --git a/src/qe/nlarith_util.h b/src/qe/nlarith_util.h index 4c6f0cd18..acbe4889e 100644 --- a/src/qe/nlarith_util.h +++ b/src/qe/nlarith_util.h @@ -96,8 +96,6 @@ namespace nlarith { bool create_branches(app* x, unsigned nl, expr* const* lits, branch_conditions& bc); /** \brief Extract non-linear variables from ground formula. - - \requires a ground formula. */ void extract_non_linear(expr* e, ptr_vector& nl_vars); diff --git a/src/sat/smt/sat_th.h b/src/sat/smt/sat_th.h index bb9358e59..7e66a7156 100644 --- a/src/sat/smt/sat_th.h +++ b/src/sat/smt/sat_th.h @@ -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) {}