* src/tgbaalgos/scc.hh: Typos in the documentation.
This commit is contained in:
parent
0a2dbab413
commit
0dca4be69d
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
* src/tgbaalgos/sccfilter.hh: Fix some typos in the documentation.
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ namespace spot
|
|||
/// \pre This should only be called once build_map() has run.
|
||||
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
|
||||
/// conditions. This returns all the other acceptance conditions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue