Skip to content

Commit f405019

Browse files
committed
Document make_assertion parameter of instrument_cover_goals
In order to make the doxygen valid again.
1 parent 47daa08 commit f405019

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/goto-instrument/cover.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Date: May 2016
3030
/// \param mode: mode of the function to instrument (for instance ID_C or
3131
/// ID_java)
3232
/// \param message_handler: a message handler
33+
/// \param make_assertion: A function which takes an expression, with a source
34+
/// location and makes an assertion based on that expression. The expression
35+
/// asserted is expected to include the expression passed in, but may include
36+
/// other additional conditions.
3337
static void instrument_cover_goals(
3438
const irep_idt &function_id,
3539
goto_programt &goto_program,

0 commit comments

Comments
 (0)