Skip to content

Commit e8f536f

Browse files
committed
Fix remove-exceptions doxygen
1 parent ab0a35c commit e8f536f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-programs/remove_exceptions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Date: December 2016
7070
/// and catch_pop instructions indicate how they should be checked to dispatch
7171
/// the right exception type to the right catch block, and landingpad
7272
/// instructions copy back to an ordinary local variable (or other expression)
73-
/// and set #exception_value back to null, indicating the exception has been
73+
/// and set \#exception_value back to null, indicating the exception has been
7474
/// caught and normal control flow resumed.
7575
///
7676
/// Note that remove_exceptions introduces java_instanceof comparisons at
@@ -287,7 +287,7 @@ void remove_exceptionst::instrument_exception_handler(
287287
/// if (exception instanceof ExnA) then goto handlerA
288288
/// else if (exception instanceof ExnB) then goto handlerB
289289
/// else goto universal_handler or (dead locals; function exit)
290-
/// \param function_id: function instr_it belongs to
290+
/// \param func_it: iterator pointing to function instr_it belongs to
291291
/// \param instr_it: throw or call instruction that may be an
292292
/// exception source
293293
/// \param stack_catch: exception handlers currently registered

0 commit comments

Comments
 (0)