Browse Source

Updated API doc.

Marco Bambini 8 years ago
parent
commit
6a836f4cd6
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/api.html

+ 7 - 1
docs/api.html

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