38e1208a75
Doxygen used to add this to $title itself, but now it doesn't, so we have to change our template.
24 lines
1002 B
HTML
24 lines
1002 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF8">
|
|
<title>$title | $projectname</title>
|
|
<link href="book.css" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="$relpath$jquery.js"></script>
|
|
<script type="text/javascript" src="$relpath$dynsections.js"></script>
|
|
<script type="text/javascript">/* Collapse stuff */ $(function(){$("tr.inherit_header > td").click();});</script>
|
|
<script type="text/javascript">function search(n,e){if(e.keyCode==13)window.location.href='https://www.google.com/search?q='+encodeURIComponent('site:api.haiku-os.org '+n.value);}</script>
|
|
</head>
|
|
<body>
|
|
<div id="banner">
|
|
<div class="logo">
|
|
<span class="subtitle">
|
|
API Documentation
|
|
</span>
|
|
<span class="search">
|
|
<input type="text" placeholder="Search" onkeydown="search(this,event);">
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|