Skip to content

Commit c95a841

Browse files
committed
Generated new header.html
1 parent e895ecc commit c95a841

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

Diff for: doc/header.html

+53-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,58 @@
1-
<html>
1+
<!-- HTML header for doxygen 1.8.13-->
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml">
24
<head>
3-
<title>
4-
JsonCpp - JSON data format manipulation library
5-
</title>
6-
<link href="doxygen.css" rel="stylesheet" type="text/css">
7-
<link href="tabs.css" rel="stylesheet" type="text/css">
5+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7+
<meta name="generator" content="Doxygen $doxygenversion"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9+
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
10+
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
11+
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
12+
<script type="text/javascript" src="$relpath^jquery.js"></script>
13+
<script type="text/javascript" src="$relpath^dynsections.js"></script>
14+
$treeview
15+
$search
16+
$mathjax
17+
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
18+
$extrastylesheet
819
</head>
20+
<body>
21+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
922

23+
<!--BEGIN TITLEAREA-->
24+
<div id="titlearea">
25+
<table cellspacing="0" cellpadding="0">
26+
<tbody>
27+
<tr style="height: 56px;">
28+
<!--BEGIN PROJECT_LOGO-->
29+
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
30+
<!--END PROJECT_LOGO-->
31+
<!--BEGIN PROJECT_NAME-->
32+
<td id="projectalign" style="padding-left: 0.5em;">
33+
<div id="projectname">$projectname
34+
<!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
35+
</div>
36+
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
37+
</td>
38+
<!--END PROJECT_NAME-->
39+
<!--BEGIN !PROJECT_NAME-->
40+
<!--BEGIN PROJECT_BRIEF-->
41+
<td style="padding-left: 0.5em;">
42+
<div id="projectbrief">$projectbrief</div>
43+
</td>
44+
<!--END PROJECT_BRIEF-->
45+
<!--END !PROJECT_NAME-->
46+
<!--BEGIN DISABLE_INDEX-->
47+
<!--BEGIN SEARCHENGINE-->
48+
<td>$searchbox</td>
49+
<!--END SEARCHENGINE-->
50+
<!--END DISABLE_INDEX-->
51+
</tr>
52+
</tbody>
53+
</table>
54+
</div>
55+
<!--END TITLEAREA-->
1056
<body bgcolor="#ffffff">
1157
<table width="100%">
1258
<tr>
@@ -22,3 +68,4 @@
2268
</table>
2369

2470
<hr>
71+
<!-- end header part -->

0 commit comments

Comments
 (0)