Skip to content

Commit

Permalink
Merge pull request diffblue#1886 from smowton/smowton/fix/static-init…
Browse files Browse the repository at this point in the history
…itialisers-doxygen

Add missing Doxygen parameter
  • Loading branch information
smowton committed Feb 27, 2018
2 parents 3e793f5 + 0cfd14b commit 51bb367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/java_bytecode/java_static_initializers.cpp
Expand Up @@ -215,6 +215,9 @@ codet get_clinit_wrapper_body(

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

0 comments on commit 51bb367

Please sign in to comment.