* 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:
parent
05f724108d
commit
483507f16e
11 changed files with 26 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue