Skip to content

Commit 81c904c

Browse files
Fix documentation for is_valid_string_constraint
Make doxygen stop complaining about missing fields.
1 parent fa42688 commit 81c904c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/refinement/string_constraint.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ exprt univ_within_bounds(const string_constraintt &axiom);
9090
std::string to_string(const string_constraintt &expr);
9191

9292
/// Checks the data invariant for string_constraintt
93+
/// \param stream : output stream
94+
/// \param [in] ns: namespace for `from_expr`
9395
/// \param [in] constraint: the string constraint to check
9496
/// \return whether the constraint satisfies the invariant
9597
bool is_valid_string_constraint(

0 commit comments

Comments
 (0)