Skip to content

Commit 0ff774b

Browse files
author
John Nonweiler
committed
Update parameter documentation
Doxygen produces warnings if some parameters are documentated and not others, or if there is documentation for parameters which don't exist.
1 parent f146329 commit 0ff774b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)