Skip to content

Commit 7359c2e

Browse files
Add function-level documentation for static function
1 parent 1df7a67 commit 7359c2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/goto-symex/symex_main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ void goto_symext::symex_threaded_step(
229229
}
230230
}
231231

232+
/// Create a default delegate to retrieve function bodies from a
233+
/// goto_functionst
234+
/// \param goto_functions The function map from which to retrieve function
235+
/// bodies
236+
/// \return A delegate to retrieve function bodies from the given
237+
/// goto_functionst
232238
static goto_symext::get_goto_functiont get_function_from_goto_functions(
233239
const goto_functionst &goto_functions)
234240
{

0 commit comments

Comments
 (0)