* src/tgba/bddprint.hh, src/tgba/tgbabddconcretefactory.hh,

src/tgba/tgbaproduct.hh: Fix Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-25 15:23:10 +00:00
parent 6d0546c317
commit 60bd2d17c9
4 changed files with 8 additions and 3 deletions

View file

@ -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,