* doc/mainpage.dox: More text, and a link to "Modules".
This commit is contained in:
parent
5c6471daca
commit
9e7138d9ab
2 changed files with 21 additions and 4 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
|
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
|
* doc/mainpage.dox: More text, and a link to "Modules".
|
||||||
|
|
||||||
* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
|
* src/tgbatest/ltl2tgba.cc (main): Silence the "filename.tgba read"
|
||||||
message if -0 is used.
|
message if -0 is used.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,21 @@
|
||||||
/// \mainpage
|
/// \mainpage
|
||||||
///
|
///
|
||||||
/// This main page has yet to be written.
|
/// \section overview The Spot Library
|
||||||
|
///
|
||||||
|
/// Spot is a model-checking library. It provides algorithms and data
|
||||||
|
/// structures to implement the automata-theoretic approach to
|
||||||
|
/// model-checking.
|
||||||
|
///
|
||||||
|
/// See <a href="http://spot.lip6.fr/">spot.lip6.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
|
/// \section pointers Handy starting points
|
||||||
///
|
///
|
||||||
|
|
@ -11,6 +26,6 @@
|
||||||
/// Generalized Büchi Automaton.
|
/// Generalized Büchi Automaton.
|
||||||
/// \li spot::ltl_to_tgba_fm 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.
|
/// \li spot::tgba_product On-the-fly product of two spot::tgba.
|
||||||
|
/// \li spot::emptiness_check Base class for all emptiness-check algorithms
|
||||||
|
/// (see also module \ref emptiness_check)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue