* spot/twaalgos/toparity.hh: Improve documentation.
This commit is contained in:
parent
7fbf4e0e3c
commit
567a5439c5
1 changed files with 3 additions and 2 deletions
|
|
@ -90,8 +90,9 @@ namespace spot
|
||||||
/// \brief Take an automaton with any acceptance condition and return an
|
/// \brief Take an automaton with any acceptance condition and return an
|
||||||
/// equivalent parity automaton.
|
/// equivalent parity automaton.
|
||||||
///
|
///
|
||||||
/// The parity condition of the returned automaton is either max even or
|
/// If the input is already a parity automaton of any kind, it is
|
||||||
/// max odd.
|
/// returned unchanged. Otherwise a new parity automaton with max
|
||||||
|
/// odd or max even condition is created.
|
||||||
///
|
///
|
||||||
/// This procedure combines many strategies in an attempt to produce
|
/// This procedure combines many strategies in an attempt to produce
|
||||||
/// the smallest possible parity automaton. Some of the strategies
|
/// the smallest possible parity automaton. Some of the strategies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue