Skip to content

Commit 51bb367

Browse files
authored
Merge pull request diffblue#1886 from smowton/smowton/fix/static-inititialisers-doxygen
Add missing Doxygen parameter
2 parents 3e793f5 + 0cfd14b commit 51bb367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java_bytecode/java_static_initializers.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ codet get_clinit_wrapper_body(
215215

216216
/// Create static initializer wrappers for all classes that need them.
217217
/// \param symbol_table: global symbol table
218+
/// \param synthetic_methods: synthetic methods map. Will be extended noting
219+
/// that any wrapper belongs to this code, and so `get_clinit_wrapper_body`
220+
/// should be used to produce the method body when required.
218221
void create_static_initializer_wrappers(
219222
symbol_tablet &symbol_table,
220223
synthetic_methods_mapt &synthetic_methods)

0 commit comments

Comments
 (0)