Skip to content

Commit caf2c61

Browse files
authored
Merge pull request #3179 from johnnonweiler/doc/reduce-doxygen-warnings-7
Reduce Doxygen warnings in goto-instrument
2 parents da5d4d1 + 0ff774b commit caf2c61

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/goto-instrument/cover.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ void instrument_cover_goals(
5454
/// \deprecated use instrument_cover_goals(goto_programt &goto_program,
5555
/// const cover_instrumenterst &instrumenters,
5656
/// message_handlert &message_handler, const irep_idt mode) instead
57-
DEPRECATED(
58-
"use instrument_cover_goals(goto_programt &goto_program,"
59-
"const cover_instrumenterst &instrumenters,"
60-
"message_handlert &message_handler, const irep_idt mode) instead")
57+
DEPRECATED("use instrument_cover_goals(goto_programt &...) instead")
6158
void instrument_cover_goals(
6259
const symbol_tablet &symbol_table,
6360
goto_programt &goto_program,

src/goto-instrument/model_argc_argv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Date: April 2016
3131
#include <goto-programs/remove_skip.h>
3232

3333
/// Set up argv with up to max_argc pointers into an array of 4096 bytes.
34-
/// \param symbol_table: Input program's symbol table
35-
/// \param goto_functions: Input program's intermediate representation
34+
/// \param goto_model: Contains the input program's symbol table and
35+
/// intermediate representation
3636
/// \param max_argc: User-specified maximum number of arguments to be modelled
3737
/// \param message_handler: message logging
3838
/// \return True, if and only if modelling succeeded

0 commit comments

Comments
 (0)