docs/user: Updates for Doxygen 1.8.
Surprisingly, after disabling the new Markdown support in the Doxyfile, everything else pretty much worked out of the box. Only a number of CSS changes were needed to adapt. I wonder why nobody ever did this back in 2012 when 1.8 first came out...
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF8">
|
||||
<title>$title</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>
|
||||
@@ -17,3 +20,4 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||
|
||||
Reference in New Issue
Block a user