docs: Remove Doxygen
This commit is contained in:
parent
79981889c6
commit
e3a1659134
@ -1,56 +0,0 @@
|
||||
<!-- HTML header for doxygen 1.8.5-->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen $doxygenversion"/>
|
||||
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
||||
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="$relpath^jquery.js"></script>
|
||||
<script type="text/javascript" src="$relpath^dynsections.js"></script>
|
||||
$treeview
|
||||
$search
|
||||
$mathjax
|
||||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
|
||||
$extrastylesheet
|
||||
</head>
|
||||
<body>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
<!--BEGIN TITLEAREA-->
|
||||
<div id="titlearea">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr style="height: 56px;">
|
||||
<!--BEGIN PROJECT_LOGO-->
|
||||
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
|
||||
<!--END PROJECT_LOGO-->
|
||||
<!--BEGIN PROJECT_NAME-->
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectname">$projectname
|
||||
<!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
|
||||
</div>
|
||||
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
|
||||
</td>
|
||||
<!--END PROJECT_NAME-->
|
||||
<!--BEGIN !PROJECT_NAME-->
|
||||
<!--BEGIN PROJECT_BRIEF-->
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectbrief">$projectbrief</div>
|
||||
</td>
|
||||
<!--END PROJECT_BRIEF-->
|
||||
<!--END !PROJECT_NAME-->
|
||||
<!--BEGIN DISABLE_INDEX-->
|
||||
<!--BEGIN SEARCHENGINE-->
|
||||
<td>$searchbox</td>
|
||||
<!--END SEARCHENGINE-->
|
||||
<!--END DISABLE_INDEX-->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--END TITLEAREA-->
|
||||
<!-- end header part -->
|
@ -1,145 +0,0 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
* {
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
/* white_carbon2.png */
|
||||
background: #f6f8f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAFVBMVEX19PXo5ujv7u/o5ej29fb18/X29PaHCvlgAAAAIklEQVQIHWNgEARCBiUgNHQQdAAzGAIgYglKDIIOgglgMQA+hAOJM/f1wAAAAABJRU5ErkJggg==");
|
||||
}
|
||||
|
||||
div#doc-content {
|
||||
background: rgb(244, 244, 244);
|
||||
}
|
||||
|
||||
/* glowing stuff */
|
||||
h1.glow, h2.glow, h3.glow,
|
||||
h4.glow, h5.glow, h6.glow {
|
||||
text-shadow: 0 0 15px rgb(183, 28, 28);
|
||||
}
|
||||
div.memitem.glow {
|
||||
box-shadow: 0 0 15px rgb(183, 28, 28);
|
||||
}
|
||||
|
||||
/* header */
|
||||
div#titlearea {
|
||||
background: #f5f5f5;
|
||||
margin-bottom: 20px;
|
||||
padding: 10px 0;
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
|
||||
|
||||
border-bottom: 0;
|
||||
|
||||
background-image: linear-gradient(
|
||||
bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
|
||||
background-image: -o-linear-gradient(
|
||||
bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
|
||||
background-image: -moz-linear-gradient(
|
||||
bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
|
||||
background-image: -webkit-linear-gradient(
|
||||
bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
|
||||
}
|
||||
|
||||
div#projectname {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div#projectbrief {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* the first tab bar is different ... */
|
||||
div.tabs {
|
||||
background: #3b3d3e;
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
div.tabs li {
|
||||
background: transparent;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
div.tabs li:hover {
|
||||
background: rgb(46, 46, 46);
|
||||
}
|
||||
|
||||
div.tabs a {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
background: transparent;
|
||||
|
||||
text-transform: uppercase;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
div.tabs a:hover {
|
||||
color: rgb(233, 233, 233);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div.tabs li.current a {
|
||||
color: rgb(74, 74, 74);
|
||||
background: rgb(250, 250, 250);
|
||||
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* the other tabs are the same */
|
||||
div.tabs2,
|
||||
div.tabs3 {
|
||||
background: rgb(250, 250, 250);
|
||||
border: 1px solid rgb(196, 196, 196);
|
||||
border-top: 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
div.tabs2 li,
|
||||
div.tabs3 li {
|
||||
background: transparent;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
div.tabs2 a,
|
||||
div.tabs3 a {
|
||||
padding: 0 8px;
|
||||
color: rgb(183, 28, 28);
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div.tabs2 a:hover,
|
||||
div.tabs3 a:hover {
|
||||
color: rgb(74, 74, 74);
|
||||
background: transparent;
|
||||
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
div.tabs2 li.current a,
|
||||
div.tabs3 li.current a {
|
||||
color: rgb(74, 74, 74);
|
||||
background: transparent;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* nav path (at the bottom of the page) */
|
||||
div.navpath {
|
||||
background: rgb(233, 233, 233);
|
||||
border: 1px solid rgb(196, 196, 196);
|
||||
border-width: 1px 0;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
div.navpath ul {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* directories */
|
||||
div.directory {
|
||||
border-color: rgba(0, 0, 0, 0.35);
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
Loading…
x
Reference in New Issue
Block a user