* doc/Doxyfile.in: Upgrade to Doxygen 1.3.5. Build
documentation for iface/. * dox/mainpage.dox: Fix reference to ltl_to_tgba. * src/ltlenv/environment.hh: Typo.
This commit is contained in:
parent
1b0fe66393
commit
c2892a8275
5 changed files with 981 additions and 71 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2003-12-29 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* doc/Doxyfile.in: Upgrade to Doxygen 1.3.5. Build
|
||||||
|
documentation for iface/.
|
||||||
|
* dox/mainpage.dox: Fix reference to ltl_to_tgba.
|
||||||
|
* src/ltlenv/environment.hh: Typo.
|
||||||
|
|
||||||
2003-12-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2003-12-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgba/tgbaexplicit.cc, src/tgba/tgbaexplicit.hh
|
* src/tgba/tgbaexplicit.cc, src/tgba/tgbaexplicit.hh
|
||||||
|
|
|
||||||
2
NEWS
2
NEWS
|
|
@ -1,3 +1,5 @@
|
||||||
|
New in spot 0.0m
|
||||||
|
|
||||||
New in spot 0.0l (2003-11-01):
|
New in spot 0.0l (2003-11-01):
|
||||||
|
|
||||||
* Computation of prime implicants. This simplify the output of
|
* Computation of prime implicants. This simplify the output of
|
||||||
|
|
|
||||||
1036
doc/Doxyfile.in
1036
doc/Doxyfile.in
File diff suppressed because it is too large
Load diff
|
|
@ -9,7 +9,8 @@
|
||||||
/// spot::ltl::formula.
|
/// spot::ltl::formula.
|
||||||
/// \li spot::tgba Base class for Transition-based
|
/// \li spot::tgba Base class for Transition-based
|
||||||
/// Generalized Büchi Automaton.
|
/// Generalized Büchi Automaton.
|
||||||
/// \li spot::ltl_to_tgba Convert a spot::ltl::formula into a
|
/// \li spot::ltl_to_tgba_fm Convert a spot::ltl::formula into a
|
||||||
/// spot::tgba.
|
/// spot::tgba.
|
||||||
|
/// \li spot::ltl_to_tgba_lacim Likewise.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ namespace spot
|
||||||
namespace ltl
|
namespace ltl
|
||||||
{
|
{
|
||||||
|
|
||||||
/// An environment that describe atomic propositions.
|
/// An environment that describes atomic propositions.
|
||||||
class environment
|
class environment
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue