@@ -134,7 +134,8 @@ pointer_typet select_pointer_typet::specialize_generics(
134
134
// / instantiation due to a loop in its recursion.
135
135
// / \param parameter_name The name of the generic parameter type we want to have
136
136
// / 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
138
139
// / \return The first instantiated type for the generic type or nothing if no
139
140
// / such instantiation exists.
140
141
optionalt<pointer_typet>
@@ -170,11 +171,15 @@ select_pointer_typet::get_recursively_instantiated_type(
170
171
// / See get_recursively instantiated_type, the additional parameters just track
171
172
// / the recursion to prevent visiting the same depth again and specify which
172
173
// / 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
173
178
// / \param visited Tracks the visited parameter names
174
179
// / \param depth Stack depth to analyze
175
180
// / \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
178
183
optionalt<pointer_typet>
179
184
select_pointer_typet::get_recursively_instantiated_type (
180
185
const irep_idt ¶meter_name,
0 commit comments