We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f1857 commit 9c062b2Copy full SHA for 9c062b2
src/solvers/refinement/string_constraint.h
@@ -89,8 +89,7 @@ exprt univ_within_bounds(const string_constraintt &axiom);
89
/// \return rendered string
90
std::string to_string(const string_constraintt &expr);
91
92
-/// Checks the data invariant for \link string_constraintt
93
-/// \related string_constraintt
+/// Checks the data invariant for string_constraintt
94
/// \param [in] constraint: the string constraint to check
95
/// \return whether the constraint satisfies the invariant
96
bool is_valid_string_constraint(
0 commit comments