Skip to content

Commit

Permalink
fix one typo and two misunderstandings for doxygen (#5633)
Browse files Browse the repository at this point in the history
  • Loading branch information
traud authored Oct 29, 2021
1 parent d1592c6 commit 1d45a33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/muz/rel/dl_mk_simple_joins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions src/qe/nlarith_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<app>& nl_vars);

Expand Down
2 changes: 1 addition & 1 deletion src/sat/smt/sat_th.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

Expand Down

0 comments on commit 1d45a33

Please sign in to comment.