@@ -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.
140141optionalt<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
178183optionalt<pointer_typet>
179184select_pointer_typet::get_recursively_instantiated_type (
180185 const irep_idt ¶meter_name,
0 commit comments