* src/tgbaalgos/reductgba_sim.hh (parity_game_graph_delayed,

reduc_tgba_sim): Fix warnings about Doxygen comment.
* src/ltlvisit/reduce.hh (reduce): Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2004-07-09 15:12:35 +00:00
parent c534bac478
commit 1aad1ffbfd
3 changed files with 29 additions and 24 deletions

View file

@ -49,7 +49,7 @@ namespace spot
///
/// \param f the formula to reduce
/// \param opt a conjonction of spot::ltl::reduce_options specifying
// which optimizations to apply.
/// which optimizations to apply.
/// \return the reduced formula
formula* reduce(const formula* f, int opt = Reduce_All);