mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Remove markup chars
This commit is contained in:
parent
427c4ed136
commit
66969079c8
1 changed files with 6 additions and 6 deletions
|
@ -81,12 +81,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
<div class="title">Cyclone Scheme Documentation</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  <a href="http://www.doxygen.org/index.html">
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
|
Loading…
Add table
Reference in a new issue