Skip to content

Commit c4244cc

Browse files
author
florianlink
committed
updated doxygen
git-svn-id: https://pythonqt.svn.sourceforge.net/svnroot/pythonqt/trunk@227 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent 1f10a86 commit c4244cc

File tree

3 files changed

+887
-503
lines changed

3 files changed

+887
-503
lines changed

doxygen/footer.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--BEGIN GENERATE_TREEVIEW-->
2+
<li class="footer">Generated on $datetime for $projectname by
3+
<a href="http://www.doxygen.org/index.html">
4+
<img class="footer" src="doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
5+
</ul>
6+
</div>
7+
<!--END GENERATE_TREEVIEW-->
8+
<!--BEGIN !GENERATE_TREEVIEW-->
9+
<hr class="footer"/><address class="footer"><small>
10+
Generated on $datetime for $projectname by&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath$doxygen.png" alt="doxygen"/></a> $doxygenversion</small></address>
11+
<!--END !GENERATE_TREEVIEW-->
12+
</body>
13+
</html>

doxygen/header.html

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,47 @@
1-
<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml">
43
<head>
54
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
65
<title>$title</title>
76
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
8-
<link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/>
9-
<script type="text/javaScript" src="$relpath$search/search.js"></script>
10-
<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css"/>
7+
<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css" />
8+
$treeview
9+
$search
10+
$mathjax
1111
</head>
12-
<body onload='searchBox.OnSelectItem(0);'>
12+
<body>
13+
<div id="top"><!-- do not remove this div! -->
1314
<div style="float:right;"> <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=181737&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></div>
15+
<!--BEGIN TITLEAREA-->
16+
<div id="titlearea">
17+
<table cellspacing="0" cellpadding="0">
18+
<tbody>
19+
<tr style="height: 56px;">
20+
<!--BEGIN PROJECT_LOGO-->
21+
<td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"></td>
22+
<!--END PROJECT_LOGO-->
23+
<!--BEGIN PROJECT_NAME-->
24+
<td style="padding-left: 0.5em;">
25+
<div id="projectname">$projectname
26+
<!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
27+
</div>
28+
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
29+
</td>
30+
<!--END PROJECT_NAME-->
31+
<!--BEGIN !PROJECT_NAME-->
32+
<!--BEGIN PROJECT_BRIEF-->
33+
<td style="padding-left: 0.5em;">
34+
<div id="projectbrief">$projectbrief</div>
35+
</td>
36+
<!--END PROJECT_BRIEF-->
37+
<!--END !PROJECT_NAME-->
38+
<!--BEGIN DISABLE_INDEX-->
39+
<!--BEGIN SEARCHENGINE-->
40+
<td>$searchbox</td>
41+
<!--END SEARCHENGINE-->
42+
<!--END DISABLE_INDEX-->
43+
</tr>
44+
</tbody>
45+
</table>
46+
</div>
47+
<!--END TITLEAREA-->

0 commit comments

Comments
 (0)