spot/doc/mainpage.dox
Alexandre Duret-Lutz c2892a8275 * 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-29 12:14:04 +00:00

16 lines
546 B
Text

/// \mainpage
///
/// This main page has yet to be written.
///
/// \section pointers Handy starting points
///
/// \li spot::ltl::formula Base class for an LTL formulae.
/// \li spot::ltl::parse Parsing a text string into a
/// spot::ltl::formula.
/// \li spot::tgba Base class for Transition-based
/// Generalized Büchi Automaton.
/// \li spot::ltl_to_tgba_fm Convert a spot::ltl::formula into a
/// spot::tgba.
/// \li spot::ltl_to_tgba_lacim Likewise.