Skip to content

Commit 9981fab

Browse files
author
thk123
committed
Correct doxygen documentation
1 parent ac02bbc commit 9981fab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jbmc/src/java_bytecode/ci_lazy_methods_needed.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Author: Chris Smowton, [email protected]
1515

1616
/// Notes `method_symbol_name` is referenced from some reachable function, and
1717
/// should therefore be elaborated.
18-
/// \par parameters: `method_symbol_name`: method name; must exist in symbol
19-
/// table.
18+
/// \param: `method_symbol_name`: method name; must exist in symbol table.
2019
void ci_lazy_methods_neededt::add_needed_method(
2120
const irep_idt &method_symbol_name)
2221
{
@@ -26,8 +25,7 @@ void ci_lazy_methods_neededt::add_needed_method(
2625
/// Notes class `class_symbol_name` will be instantiated, or a static field
2726
/// belonging to it will be accessed. Also notes that its static initializer is
2827
/// therefore reachable.
29-
/// \par parameters: `class_symbol_name`: class name; must exist in symbol
30-
/// table.
28+
/// \param: `class_symbol_name`: class name; must exist in symbol table.
3129
/// \return Returns true if `class_symbol_name` is new (not seen before).
3230
bool ci_lazy_methods_neededt::add_needed_class(
3331
const irep_idt &class_symbol_name)

0 commit comments

Comments
 (0)