Skip to content

Commit 05a7b4a

Browse files
authored
Merge pull request diffblue#1981 from smowton/smowton/cleanup/missing-docstring
Add missing Doxygen parameter description
2 parents e4dc2aa + 7db42c0 commit 05a7b4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cbmc/bmc.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ void bmct::setup_unwind()
627627
/// \param message: used for logging
628628
/// \param driver_configure_bmc: function provided by the driver program,
629629
/// which applies driver-specific configuration to a bmct before running.
630+
/// \param callback_after_symex: optional callback to be run after symex.
631+
/// See class member `bmct::driver_callback_after_symex` for details.
630632
int bmct::do_language_agnostic_bmc(
631633
const optionst &opts,
632634
abstract_goto_modelt &model,

0 commit comments

Comments
 (0)