Skip to content

Commit fbe5196

Browse files
author
Owen
committed
Mark param as [out] in doxygen
1 parent 2aa9fa5 commit fbe5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/remove_exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ bool remove_exceptionst::function_or_callees_may_throw(
207207
/// Translates an exception landing-pad into instructions that copy the
208208
/// in-flight exception pointer to a nominated expression, then clear the
209209
/// in-flight exception (i.e. null the pointer), hence marking it caught.
210-
/// \param goto_program: body of the function containing this landingpad
210+
/// \param [out] goto_program: body of the function containing this landingpad
211211
/// instruction
212212
/// \param instr_it: iterator pointing to the landingpad instruction.
213213
/// Will be overwritten.

0 commit comments

Comments
 (0)