Skip to content

Commit 6d815f3

Browse files
authored
Merge pull request diffblue#3180 from johnnonweiler/doc/reduce-doxygen-warnings-8
Update deprecated method description
2 parents caf2c61 + 7a3385f commit 6d815f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/solvers/refinement/string_constraint_generator_valueof.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,12 @@ static exprt int_of_hex_char(const exprt &chr)
219219

220220
/// Add axioms stating that the string `res` corresponds to the integer
221221
/// argument written in hexadecimal.
222-
/// \deprecated use add_axioms_from_int which takes a radix argument instead
222+
/// \deprecated use add_axioms_from_int_with_radix instead
223223
/// \param fresh_symbol: generator of fresh symbols
224224
/// \param res: string expression for the result
225225
/// \param i: an integer argument
226226
/// \return code 0 on success
227-
DEPRECATED(
228-
"use add_axioms_for_string_of_int which takes a radix argument instead")
227+
DEPRECATED("use add_axioms_for_string_of_int_with_radix instead")
229228
std::pair<exprt, string_constraintst> add_axioms_from_int_hex(
230229
symbol_generatort &fresh_symbol,
231230
const array_string_exprt &res,

0 commit comments

Comments
 (0)