* doc/Makefile.am (EXTRA_DIST): Add mainpage.dox. * doc/Doxyfile.in (INPUT): Add @srcdir@/mainpage.dox
15 lines
500 B
Text
15 lines
500 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 Convert an spot::ltl:formula into a
|
|
/// spot::tgba.
|
|
|
|
|