Skip to content

Commit 66d4573

Browse files
committed
Drop TITLE from Doxygen docs
It took up too much room at the top. Note that we needed to remove it from 2 places, since the main index.html seems not to use the same top-of-page as the rest uses.
1 parent b29fc98 commit 66d4573

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

doc/header.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
77
<meta name="generator" content="Doxygen $doxygenversion"/>
88
<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-->
119
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
1210
<script type="text/javascript" src="$relpath^jquery.js"></script>
1311
<script type="text/javascript" src="$relpath^dynsections.js"></script>
@@ -28,21 +26,6 @@
2826
<!--BEGIN PROJECT_LOGO-->
2927
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
3028
<!--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-->
4629
<!--BEGIN DISABLE_INDEX-->
4730
<!--BEGIN SEARCHENGINE-->
4831
<td>$searchbox</td>

0 commit comments

Comments
 (0)