[Scummvm-cvs-logs] CVS: web documentation.php,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Thu May 29 16:18:02 CEST 2003


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv31323

Modified Files:
	documentation.php 
Log Message:
hook up the doxygen docs

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- documentation.php	28 Feb 2003 02:32:12 -0000	1.2
+++ documentation.php	29 May 2003 23:17:05 -0000	1.3
@@ -53,6 +53,15 @@
     } // end of docs loop
 
 
+	// Hard code link to doxygen for now...
+	echo html_frame_tr(
+				html_frame_td(
+							  html_ahref("Source code documentation",$file_root."/docs/doxygen/html/index.php").html_br().
+							  "Cross referenced source code documentation for ScummVM, generated using".
+							  html_ahref("Doxygen","http://www.doxygen.org").html_br(2)."\n"
+							 )
+					  );
+    
 	// Hard code link to specs for now...
 	echo html_frame_tr(
 				html_frame_td(





More information about the Scummvm-git-logs mailing list