Skip to content

Commit d7b1572

Browse files
author
Matthias Güdemann
committed
Doxygen update
1 parent 2d9970c commit d7b1572

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

jbmc/src/java_bytecode/select_pointer_type.cpp

+8-3
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ pointer_typet select_pointer_typet::specialize_generics(
135135
/// instantiation due to a loop in its recursion.
136136
/// \param parameter_name The name of the generic parameter type we want to have
137137
/// instantiated
138-
/// \param generic_specialization_map Map of type names to specialization stack
138+
/// \param generic_parameter_specialization_map Map of type names to
139+
/// specialization stack
139140
/// \return The first instantiated type for the generic type or nothing if no
140141
/// such instantiation exists.
141142
optionalt<pointer_typet>
@@ -171,11 +172,15 @@ select_pointer_typet::get_recursively_instantiated_type(
171172
/// See get_recursively instantiated_type, the additional parameters just track
172173
/// the recursion to prevent visiting the same depth again and specify which
173174
/// stack depth is analyzed.
175+
/// \param parameter_name The name of the generic parameter type we want to have
176+
/// instantiated
177+
/// \param generic_parameter_specialization_map Map of type names to
178+
/// specialization stack
174179
/// \param visited Tracks the visited parameter names
175180
/// \param depth Stack depth to analyze
176181
/// \return if this type is not a generic type, it is returned as a valid
177-
/// instantiation, if nothing can be found at the given depth, en empty optional
178-
/// is returned
182+
/// instantiation, if nothing can be found at the given depth, en empty
183+
/// optional is returned
179184
optionalt<pointer_typet>
180185
select_pointer_typet::get_recursively_instantiated_type(
181186
const irep_idt &parameter_name,

0 commit comments

Comments
 (0)