Skip to content

Commit 338269b

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 59994bf commit 338269b

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

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

0 commit comments

Comments
 (0)