Update for doxygen

This commit is contained in:
Justin Ethier 2018-08-24 12:02:13 -04:00
parent e85d45c5bf
commit 427c4ed136

View file

@ -3,15 +3,17 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/> <meta name="generator" content="Doxygen 1.8.11"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cyclone Scheme: Main Page</title>
<title>Cyclone Scheme: Reference Manual</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script> <script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script> <script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
@ -23,7 +25,7 @@
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;"> <td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cyclone Scheme <div id="projectname">Cyclone Scheme
&#160;<span id="projectnumber">0.5</span> &#160;<span id="projectnumber">0.9</span>
</div> </div>
</td> </td>
</tr> </tr>
@ -31,19 +33,34 @@
</table> </table>
</div> </div>
<!-- end header part --> <!-- end header part -->
<!-- Generated by Doxygen 1.8.13 --> <!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript"> <script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search'); var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script> </script>
<script type="text/javascript" src="menudata.js"></script> <div id="navrow1" class="tabs">
<script type="text/javascript" src="menu.js"></script> <ul class="tablist">
<script type="text/javascript"> <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
$(function() { <li><a href="modules.html"><span>Modules</span></a></li>
initMenu('',true,false,'search.php','Search'); <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
$(document).ready(function() { init_search(); }); <li><a href="files.html"><span>Files</span></a></li>
}); <li>
</script> <div id="MSearchBox" class="MSearchBoxInactive">
<div id="main-nav"></div> <span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top --> </div><!-- top -->
<!-- window showing the filter options --> <!-- window showing the filter options -->
<div id="MSearchSelectWindow" <div id="MSearchSelectWindow"
@ -61,20 +78,20 @@ $(function() {
<div class="header"> <div class="header">
<div class="headertitle"> <div class="headertitle">
<div class="title">Reference Manual </div> </div> <div class="title">Cyclone Scheme Documentation</div> </div>
</div><!--header--> </div><!--header-->
<div class="contents"> <div class="contents">
<div class="textblock"><h1>C API</h1> -<div class="textblock"><h1>C API</h1>
<p>This documentation covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI.</p> -<p>This documentation covers the C API provided by Cyclone Scheme. It is intended both to help understand how the Cyclone runtime works as well as to provide a useful reference manual when working with the Cyclone FFI.</p>
<p>See the <a href="modules.html">modules page</a> for an overview of the major sections.</p> -<p>See the <a href="modules.html">modules page</a> for an overview of the major sections.</p>
<h1>Scheme API</h1> -<h1>Scheme API</h1>
<p>Documentation for the Scheme API is maintained back at the main <a href="http://justinethier.github.io/cyclone/docs/API">API Documentation</a> page. </p> -<p>Documentation for the Scheme API is maintained back at the main <a href="http://justinethier.github.io/cyclone/docs/API">API Documentation</a> page. </p>
</div></div><!-- contents --> -</div></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->
<hr class="footer"/><address class="footer"><small> <hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html"> Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/> <img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13 </a> 1.8.11
</small></address> </small></address>
</body> </body>
</html> </html>