From 8a950380b08d5f5ca354f811ce4e49c351565605 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 9 Aug 2018 17:20:28 -0400 Subject: [PATCH] Remove old file --- C-API.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 C-API.md diff --git a/C-API.md b/C-API.md deleted file mode 100644 index 138a373a..00000000 --- a/C-API.md +++ /dev/null @@ -1,11 +0,0 @@ -# Reference Manual {#mainpage} - -# C API - -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. - -See the [modules page](modules.html) for an overview of the major sections. - -# Scheme API - -Documentation for the Scheme API is maintained back at the main [API Documentation](http://justinethier.github.io/cyclone/docs/API) page.