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