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