Skip to content

Commit f2c47bf

Browse files
Fix documentation for is_valid_string_constraint
Make doxygen stop complaining about missing fields.
1 parent 338269b commit f2c47bf

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
@@ -89,6 +89,8 @@ std::string from_expr(
8989
const string_constraintt &expr);
9090

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

0 commit comments

Comments
 (0)