* src/tgba/bddprint.hh, src/tgba/tgbabddconcretefactory.hh,
src/tgba/tgbaproduct.hh: Fix Doxygen comments.
This commit is contained in:
parent
6d0546c317
commit
60bd2d17c9
4 changed files with 8 additions and 3 deletions
|
|
@ -29,6 +29,8 @@ namespace spot
|
|||
/// \brief Print a BDD as a list of accepting conditions.
|
||||
///
|
||||
/// This is used when saving a TGBA.
|
||||
/// \param os The output stream.
|
||||
/// \param dict The dictionary to use, to lookup variables.
|
||||
/// \param b The BDD to print.
|
||||
/// \return The BDD formated as a string.
|
||||
std::ostream& bdd_print_acc(std::ostream& os,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue