Skip to content

Commit 7a3385f

Browse files
author
John Nonweiler
committed
Update deprecated method description
Clarify which alternative method to use instead of the deprecated one. (This happens to fix a Doxygen warning, since Doxygen was getting confused by a macro with multiline parameters.)
1 parent bffa0b9 commit 7a3385f

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)