Skip to content

Commit 21c7bc9

Browse files
author
John Nonweiler
committed
Add name to method parameter in header file
The doxygen comment in the header file was referring to a parameter which was given a name only in the cpp file, and doxygen was complaining that it could not find the parameter.
1 parent 837360b commit 21c7bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/replace_java_nondet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class goto_model_functiont;
1919
/// Replace calls to nondet library functions with an internal nondet
2020
/// representation.
2121
/// \param goto_model: The goto program to modify.
22-
void replace_java_nondet(goto_modelt &);
22+
void replace_java_nondet(goto_modelt &goto_model);
2323

2424
void replace_java_nondet(goto_functionst &);
2525

0 commit comments

Comments
 (0)