* 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
|
|
@ -24,4 +24,3 @@ libltlast_la_SOURCES = \
|
|||
multop.cc \
|
||||
refformula.cc \
|
||||
unop.cc
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ namespace spot
|
|||
|
||||
|
||||
typedef std::pair<type, vec*> pair;
|
||||
/// Comparison functor used internally by ltl::multop.
|
||||
struct paircmp
|
||||
{
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue