* spot/twaalgos/toparity.hh: Improve documentation.

This commit is contained in:
Alexandre Duret-Lutz 2020-07-24 15:39:24 +02:00
parent 7fbf4e0e3c
commit 567a5439c5

View file

@ -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