Skip to content

Commit

Permalink
Add missing Doxygen parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Feb 27, 2018
1 parent 06483f3 commit 0cfd14b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/java_bytecode/java_static_initializers.cpp
Original file line number Diff line number Diff line change
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 0cfd14b

Please sign in to comment.