Skip to content

Commit 9c062b2

Browse files
Drop doxygen link to string_constraintt
Doxygen gives warning on this link command, because it is not able to resolve it.
1 parent b1f1857 commit 9c062b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/solvers/refinement/string_constraint.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ exprt univ_within_bounds(const string_constraintt &axiom);
8989
/// \return rendered string
9090
std::string to_string(const string_constraintt &expr);
9191

92-
/// Checks the data invariant for \link string_constraintt
93-
/// \related string_constraintt
92+
/// Checks the data invariant for string_constraintt
9493
/// \param [in] constraint: the string constraint to check
9594
/// \return whether the constraint satisfies the invariant
9695
bool is_valid_string_constraint(

0 commit comments

Comments
 (0)