Skip to content

Add missing Doxygen parameter #1886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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