* src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh:

Typos in Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2004-08-11 09:05:27 +00:00
parent 42fc2b772f
commit 59947d11cf
3 changed files with 8 additions and 3 deletions

View file

@ -89,7 +89,7 @@ namespace spot
/// unstable state is used to suppress all acceptance conditions from
/// incoming transitions.
///
/// \return A spot::tgba_explicit that recognize the language of \a f.
/// \return A spot::tgba_explicit that recognizes the language of \a f.
tgba_explicit* ltl_to_tgba_fm(const ltl::formula* f, bdd_dict* dict,
bool exprop = false, bool symb_merge = true,
bool branching_postponement = false,