Skip to content

Commit c5cef40

Browse files
author
Matthias Güdemann
committed
Doxygen update
1 parent 9dde5ad commit c5cef40

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

jbmc/src/java_bytecode/select_pointer_type.cpp

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

0 commit comments

Comments
 (0)