@@ -76,6 +76,7 @@ exprt string_constraint_generatort::add_axioms_for_set_length(
76
76
// / const array_string_exprt &str,
77
77
// / const exprt &start,
78
78
// / const exprt &end)
79
+ // NOLINTNEXTLINE
79
80
// / \link string_constraint_generatort::add_axioms_for_substring(const array_string_exprt &res, const array_string_exprt &str, const exprt &start, const exprt &end)
80
81
// / (More...) \endlink
81
82
// / \warning The specification may not be correct for the case where the string
@@ -367,8 +368,9 @@ exprt string_constraint_generatort::add_axioms_for_to_upper_case(
367
368
368
369
// / Conversion of a string to upper case
369
370
// /
370
- // / \copybrief string_constraint_generatort::add_axioms_for_to_upper_case(
371
- // / const array_string_exprt &res, const array_string_exprt &str)
371
+ // NOLINTNEXTLINE
372
+ // / \copybrief string_constraint_generatort::add_axioms_for_to_upper_case(const array_string_exprt&, const array_string_exprt&)
373
+ // NOLINTNEXTLINE
372
374
// / \link string_constraint_generatort::add_axioms_for_to_upper_case(const array_string_exprt &res, const array_string_exprt &str)
373
375
// / (More...) \endlink
374
376
// / \param f: function application with arguments integer `|res|`, character
@@ -551,7 +553,9 @@ exprt string_constraint_generatort::add_axioms_for_delete(
551
553
552
554
// / Remove a portion of a string
553
555
// /
556
+ // NOLINTNEXTLINE
554
557
// / \copybrief string_constraint_generatort::add_axioms_for_delete(const array_string_exprt &res, const array_string_exprt &str, const exprt &start, const exprt &end)
558
+ // NOLINTNEXTLINE
555
559
// / \link string_constraint_generatort::add_axioms_for_delete(const array_string_exprt &res, const array_string_exprt &str, const exprt &start, const exprt &end)
556
560
// / (More...) \endlink
557
561
// / \param f: function application with arguments integer `|res|`, character
0 commit comments