Improve documentation here and there.
* doc/Doxyfile.in: Update to Doxygen 1.8.4 * doc/footer.html: Point to the mailing list. * doc/mainpage.dox: Point to spot::translator, and spot::kripke. * src/ta/tgta.hh: Do not use \emph. * src/tgba/succiter.hh: Fix rendering of example. * src/tgba/tgba.hh: Correct documentation. * src/tgbaalgos/cycles.hh: Improve rendering of documentation. * src/tgbaalgos/lbtt.hh, src/tgbaalgos/minimize.hh: Document missing arguments.
This commit is contained in:
parent
1cd9b204ed
commit
178ba87681
9 changed files with 537 additions and 192 deletions
|
|
@ -127,6 +127,8 @@ namespace spot
|
|||
/// \param aut_f the automaton to minimize
|
||||
/// \param f the LTL formula represented by the automaton \a aut_f
|
||||
/// \param aut_neg_f an automaton representing the negation of \a aut_f
|
||||
/// \param reject_bigger Whether the minimal WDBA should be discarded if
|
||||
/// it has more states than the input.
|
||||
/// \return a new tgba if the automaton could be minimized, \a aut_f if
|
||||
/// the automaton cannot be minimized, 0 if we do not know if the
|
||||
/// minimization is correct because neither \a f nor \a aut_neg_f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue