* doc/mainpage.dox: New file.
* doc/Makefile.am (EXTRA_DIST): Add mainpage.dox. * doc/Doxyfile.in (INPUT): Add @srcdir@/mainpage.dox
This commit is contained in:
parent
8e3a24ad5c
commit
ecda9e2641
4 changed files with 21 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* doc/mainpage.dox: New file.
|
||||||
|
* doc/Makefile.am (EXTRA_DIST): Add mainpage.dox.
|
||||||
|
* doc/Doxyfile.in (INPUT): Add @srcdir@/mainpage.dox
|
||||||
|
|
||||||
* src/tgba/succiter.hh: Adjust comments about promises to
|
* src/tgba/succiter.hh: Adjust comments about promises to
|
||||||
refer to accepting conditions.
|
refer to accepting conditions.
|
||||||
* src/tgba/tgbabddconcretefactory.hh: Likewise.
|
* src/tgba/tgbabddconcretefactory.hh: Likewise.
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ WARN_LOGFILE =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = @top_srcdir@/src
|
INPUT = @srcdir@/mainpage.dox @top_srcdir@/src
|
||||||
FILE_PATTERNS = *.hh \
|
FILE_PATTERNS = *.hh \
|
||||||
*.hxx
|
*.hxx
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
||||||
spot.html: $(srcdir)/stamp
|
spot.html: $(srcdir)/stamp
|
||||||
spot.latex: $(srcdir)/stamp
|
spot.latex: $(srcdir)/stamp
|
||||||
|
|
||||||
EXTRA_DIST = $(srcdir)/stamp spot.html
|
EXTRA_DIST = $(srcdir)/stamp spot.html mainpage.dox
|
||||||
|
|
|
||||||
15
doc/mainpage.dox
Normal file
15
doc/mainpage.dox
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
/// \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.
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue