浏览代码

Updated API doc.

Marco Bambini 8 年之前
父节点
当前提交
6a836f4cd6
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      docs/api.html

+ 7 - 1
docs/api.html

@@ -117,14 +117,20 @@
 		// allocate a new class
 		var foo = MyClass();
 		
-		// execute the my_function C function
+		// execute the myfunc C function
 		foo.myfunc();
 	}
 			</code></pre>
 			
+			<!--<h4 class="section-h4">Execute Gravity code from C</h4>
+			<p></p>
+			<pre><code class="cpp">
+			</code></pre>-->
+			
 			<h4 class="section-h4">Bridge API</h4>
 			<p>Gravity C API offers much more flexibility using the delegate bridge API.
 			<br>TO DO: more information here.</p>
+			<br>TO DO: post objc bridge.</p>
          	</div>
          	<!-- END CONTENT -->