* doc/Makefile.am (doc): Typo.

* src/ltlvisit/tostring.hh (to_string): Add doxygen comments.
* src/ltlast/multop.hh (multop::paircmp): Add doxygen comments.
* src/ltlvisit/postfix.hh: Typo.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 14:26:23 +00:00
parent 05f724108d
commit 483507f16e
11 changed files with 26 additions and 12 deletions

View file

@ -21,6 +21,8 @@ namespace spot
struct transition;
typedef std::list<transition*> state;
/// Explicit transitions (used by spot::tgba_explicit).
struct transition
{
bdd condition;
@ -65,6 +67,7 @@ namespace spot
};
/// States used by spot::tgba_explicit.
class state_explicit : public spot::state
{
public:
@ -87,6 +90,7 @@ namespace spot
};
/// Successor iterators used by spot::tgba_explicit.
class tgba_explicit_succ_iterator : public tgba_succ_iterator
{
public: