* doc/Doxyfile.in: Adjust to hide SPOT_API. * doc/mainpage.dox: Adjust like to parse_infix_psl(). * src/tl/formula.hh: Document most methods of formula, and fix the definition of the comparisons operator. * src/ltlparse/public.hh, src/tl/apcollect.hh, src/tl/declenv.hh, src/tl/defaultenv.hh, src/tl/dot.hh, src/tl/environment.hh, src/tl/length.hh, src/tl/mark.hh, src/tl/nenoform.hh, src/tl/print.hh, src/tl/randomltl.hh, src/tl/relabel.hh, src/tl/simpfg.hh, src/tl/simplify.hh, src/tl/unabbrev.hh: Adjust doxygen group.
32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
/// \mainpage Spot Library Documentation
|
|
///
|
|
/// \section overview The Spot Library
|
|
///
|
|
/// Spot is a model-checking library. It provides algorithms and data
|
|
/// structures to manipulate omega-automata, and implement the
|
|
/// automata-theoretic approach to model-checking.
|
|
///
|
|
/// See <a href="https://spot.lrde.epita.fr/">spot.lrde.epita.fr</a>
|
|
/// for more information about this project.
|
|
///
|
|
/// \section thisdoc This Document
|
|
///
|
|
/// This document describes all the public data structures and functions
|
|
/// of Spot. This aims to be a reference manual, not a tutorial.
|
|
///
|
|
/// If you are new to this manual, start with <a href="modules.html">the
|
|
/// module page</a>. This is what looks the closest to a table of contents.
|
|
///
|
|
/// \section pointers Handy starting points
|
|
///
|
|
/// \li spot::formula Base class for an LTL or PSL formula.
|
|
/// \li spot::parse_infix_psl() Parsing a text string into a
|
|
/// spot::formula.
|
|
/// \li spot::twa Base class for Transition-based
|
|
/// ω-Automata.
|
|
/// \li spot::translator Convert a spot::formula into a
|
|
/// spot::tgba.
|
|
/// \li spot::kripke Base class for Kripke structures.
|
|
/// \li spot::twa_product On-the-fly product of two spot::twa.
|
|
/// \li spot::emptiness_check Base class for all emptiness-check algorithms
|
|
/// (see also module \ref emptiness_check)
|