* src/tgbaalgos/scc.hh: Typos in the documentation.

This commit is contained in:
Alexandre Duret-Lutz 2010-11-25 19:57:10 +01:00
parent 0a2dbab413
commit 0dca4be69d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/scc.hh: Typos in the documentation.
2010-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr> 2010-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/sccfilter.hh: Fix some typos in the documentation. * src/tgbaalgos/sccfilter.hh: Fix some typos in the documentation.

View file

@ -134,7 +134,7 @@ namespace spot
/// \pre This should only be called once build_map() has run. /// \pre This should only be called once build_map() has run.
bdd acc_set_of(unsigned n) const; bdd acc_set_of(unsigned n) const;
/// \brief Return the set of useful acceptance conditions if SCC \a n. /// \brief Return the set of useful acceptance conditions of SCC \a n.
/// ///
/// Useless acceptances conditions are always implied by other acceptances /// Useless acceptances conditions are always implied by other acceptances
/// conditions. This returns all the other acceptance conditions. /// conditions. This returns all the other acceptance conditions.