diff --git a/ChangeLog b/ChangeLog index 9770cdf13..94cf1f596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-11 Alexandre Duret-Lutz + + * src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh: + Typos in Doxygen comments. + 2004-08-10 Alexandre Duret-Lutz * src/ltlvisit/apcollect.hh: Fix include guard. Report from Denis. diff --git a/src/tgbaalgos/ltl2tgba_fm.hh b/src/tgbaalgos/ltl2tgba_fm.hh index 708f14fd7..044dd26b4 100644 --- a/src/tgbaalgos/ltl2tgba_fm.hh +++ b/src/tgbaalgos/ltl2tgba_fm.hh @@ -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, diff --git a/src/tgbaalgos/ltl2tgba_lacim.hh b/src/tgbaalgos/ltl2tgba_lacim.hh index 4a955511f..038348abe 100644 --- a/src/tgbaalgos/ltl2tgba_lacim.hh +++ b/src/tgbaalgos/ltl2tgba_lacim.hh @@ -44,10 +44,10 @@ namespace spot /// publisher = {Universit{\'e} du Qu{\'e}bec {\`a} Montr{\'e}al}, /// editor = {Pierre Leroux} /// } + /// \endverbatim /// \param f The formula to translate into an automata. /// \param dict The spot::bdd_dict the constructed automata should use. - /// \return A spot::tgba_bdd_concrete that recognize the language of \a f. - /// \endverbatim + /// \return A spot::tgba_bdd_concrete that recognizes the language of \a f. tgba_bdd_concrete* ltl_to_tgba_lacim(const ltl::formula* f, bdd_dict* dict); }