[Anet-checkins] CVS: Documentation footer.html,NONE,1.1 Doxyfile,1.1,1.2
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-12-18 01:16:33
|
Update of /cvsroot/anet/Documentation In directory usw-pr-cvs1:/tmp/cvs-serv15311/Documentation Modified Files: Doxyfile Added Files: footer.html Log Message: "" --- NEW FILE: footer.html --- <hr><address><small> Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.gif" alt="doxygen" align="middle" border=0 width=110 height=53> </a> $doxygenversion written by <a href="mailto:di...@st...">Dimitri van Heesch</a>, © 1997-2001</small></address> <p><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=15189" width="88" height="31" border="0" alt="SourceForge Logo"></a></p> </body> </html> Index: Doxyfile =================================================================== RCS file: /cvsroot/anet/Documentation/Doxyfile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Doxyfile 2001/12/12 20:04:41 1.1 --- Doxyfile 2001/12/18 01:16:29 1.2 *************** *** 433,437 **** # standard footer. ! HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user defined cascading --- 433,437 ---- # standard footer. ! HTML_FOOTER = footer.html # The HTML_STYLESHEET tag can be used to specify a user defined cascading |