Skip to content

Commit d05d8f9

Browse files
author
Owen Jones
committed
Correct doxygen
1 parent 4b6ed8e commit d05d8f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jbmc/src/java_bytecode/convert_java_nondet.cpp

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Author: Reuben Thomas, [email protected]
2929
/// \param target: One of the steps in that goto program.
3030
/// \param symbol_table: The global symbol table.
3131
/// \param message_handler: Handles logging.
32-
/// \param max_nondet_array_length: Maximum size of new nondet arrays.
32+
/// \param object_factory_parameters: Parameters for the generation of nondet
33+
/// objects.
34+
/// \param mode: Language mode
3335
/// \return The next instruction to process with this function and a boolean
3436
/// indicating whether any changes were made to the goto program.
3537
static std::pair<goto_programt::targett, bool> insert_nondet_init_code(
@@ -147,7 +149,9 @@ static std::pair<goto_programt::targett, bool> insert_nondet_init_code(
147149
/// \param goto_program: The goto program to modify.
148150
/// \param symbol_table: The global symbol table.
149151
/// \param message_handler: Handles logging.
150-
/// \param max_nondet_array_length: Maximum size of new nondet arrays.
152+
/// \param object_factory_parameters: Parameters for the generation of nondet
153+
/// objects.
154+
/// \param mode: Language mode
151155
void convert_nondet(
152156
goto_programt &goto_program,
153157
symbol_table_baset &symbol_table,

0 commit comments

Comments
 (0)