* doc/footer.html: New file, link to RefDocComments on the wiki.
* doc/Doxyfile.in (HTML_FOOTER): Use footer.html. * doc/Makefile.am (EXTRA_DIST): Add footer.html.
This commit is contained in:
parent
61a5ec760e
commit
c534bac478
4 changed files with 18 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-07-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* doc/footer.html: New file, link to RefDocComments on the wiki.
|
||||||
|
* doc/Doxyfile.in (HTML_FOOTER): Use footer.html.
|
||||||
|
* doc/Makefile.am (EXTRA_DIST): Add footer.html.
|
||||||
|
|
||||||
* THANKS: Fill in.
|
* THANKS: Fill in.
|
||||||
|
|
||||||
* src/tgbatest/ltl2baw.pl: Do not use -T anymore. Fix comments.
|
* src/tgbatest/ltl2baw.pl: Do not use -T anymore. Fix comments.
|
||||||
|
|
|
||||||
|
|
@ -593,7 +593,7 @@ HTML_HEADER =
|
||||||
# each generated HTML page. If it is left blank doxygen will generate a
|
# each generated HTML page. If it is left blank doxygen will generate a
|
||||||
# standard footer.
|
# standard footer.
|
||||||
|
|
||||||
HTML_FOOTER =
|
HTML_FOOTER = @srcdir@/footer.html
|
||||||
|
|
||||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
|
||||||
# style sheet that is used by each HTML page. It can be used to
|
# style sheet that is used by each HTML page. It can be used to
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,9 @@ $(srcdir)/spotref.pdf: $(srcdir)/stamp
|
||||||
&& texi2dvi --pdf refman.tex \
|
&& texi2dvi --pdf refman.tex \
|
||||||
&& cd .. && mv -f spot.latex/refman.pdf $@
|
&& cd .. && mv -f spot.latex/refman.pdf $@
|
||||||
|
|
||||||
EXTRA_DIST = $(srcdir)/stamp $(srcdir)/spot.html \
|
EXTRA_DIST = \
|
||||||
mainpage.dox $(srcdir)/spotref.pdf
|
footer.html \
|
||||||
|
mainpage.dox \
|
||||||
|
$(srcdir)/stamp \
|
||||||
|
$(srcdir)/spot.html \
|
||||||
|
$(srcdir)/spotref.pdf
|
||||||
|
|
|
||||||
7
doc/footer.html
Normal file
7
doc/footer.html
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<hr size="1">
|
||||||
|
Please <b>comment</b> this page and <b>report errors</b> about it on
|
||||||
|
<a href="http://spot.lip6.fr/wiki/RefDocComments">the RefDocComments page</a>.
|
||||||
|
<br><address style="align: right;"><small>
|
||||||
|
Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0></a> $doxygenversion</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue