diff options
author | sanine <sanine.not@pm.me> | 2022-10-01 20:59:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-10-01 20:59:36 -0500 |
commit | c5fc66ee58f2c60f2d226868bb1cf5b91badaf53 (patch) | |
tree | 277dd280daf10bf77013236b8edfa5f88708c7e0 /libs/ode-0.16.1/ode/doc/main.dox | |
parent | 1cf9cc3408af7008451f9133fb95af66a9697d15 (diff) |
add ode
Diffstat (limited to 'libs/ode-0.16.1/ode/doc/main.dox')
-rw-r--r-- | libs/ode-0.16.1/ode/doc/main.dox | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libs/ode-0.16.1/ode/doc/main.dox b/libs/ode-0.16.1/ode/doc/main.dox new file mode 100644 index 0000000..5136c33 --- /dev/null +++ b/libs/ode-0.16.1/ode/doc/main.dox @@ -0,0 +1,22 @@ +/**
+@mainpage Open Dynamics Engine API Reference
+
+<center><em>This document is © Russell Smith and the ODE Project</em></center>
+
+The Open Dynamics Engine (ODE) is a free, industrial quality library for
+simulating articulated rigid body dynamics. ODE is being developed by
+<a href="http://www.q12.org/">Russell Smith</a> with help from several
+<a href="http://ode.org/community.html">contributors</a>.
+
+This document describes the library API. For a more general introduction
+to ODE, please see the <a href="http://opende.sourceforge.net/wiki/index.php/Manual">
+Online Handbook</a>.
+
+<h2>Important: this document is not yet complete!</h2>
+
+We are still working on getting the full API documentated. In the meantime,
+please refer to the <a href="http://opende.sourceforge.net/wiki/index.php/Manual">
+Online Handbook</a>
+
+*/
+
|