* src/tgba/bddprint.cc, src/tgba/bddprint.hh,

src/tgba/dictunion.hh, src/tgba/ltl2tgba.cc, src/tgba/ltl2tgba.hh,
src/tgba/tgbabddconcretefactory.hh,
src/tgba/tgbabddconcreteproduct.cc,
src/tgba/tgbabddconcreteproduct.hh, src/tgba/tgbabddfactory.hh,
src/tgba/tgbabddtranslatefactory.hh, src/tgbaalgos/dotty.cc:
Add Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-27 15:18:32 +00:00
parent ddf05b5d47
commit 4146426bfc
12 changed files with 114 additions and 31 deletions

View file

@ -7,6 +7,7 @@ namespace spot
{
typedef std::map<state*, int, state_ptr_less_than> seen_map;
/// Output and record a state.
static bool
dotty_state(std::ostream& os,
const tgba& g, state* st, seen_map& m, int& node)
@ -28,6 +29,7 @@ namespace spot
return true;
}
/// Process successors.
static void
dotty_rec(std::ostream& os,
const tgba& g, state* st, seen_map& m, int father)