aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-31 21:42:00 +0000
committerJustin Clark-Casey (justincc)2012-12-31 21:42:00 +0000
commit00874eb90e65e01116cbef937f1b7eef6f3bfff6 (patch)
treec6f9a411e74b96e9051e30bb1b6995d1100dfb26
parentBulletSim: remove check for small motor movement because, while it (diff)
downloadopensim-SC_OLD-00874eb90e65e01116cbef937f1b7eef6f3bfff6.zip
opensim-SC_OLD-00874eb90e65e01116cbef937f1b7eef6f3bfff6.tar.gz
opensim-SC_OLD-00874eb90e65e01116cbef937f1b7eef6f3bfff6.tar.bz2
opensim-SC_OLD-00874eb90e65e01116cbef937f1b7eef6f3bfff6.tar.xz
minor: Add README to doc/ to explain that all user-level doc is at http://opensimulator.org rather than here.
-rw-r--r--doc/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..9c95557
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,20 @@
1README
2
3This directory does not currently contain any OpenSimulator user level documentation. Such
4documentation can be found at
5
6http://opensimulator.org
7
8instead.
9
10Rather, this directory can contain source-code documentation as generated via the doxygen package.
11
12To do this, either execute
13
14doxygen doxygen.conf
15
16on the command line or run the target
17
18nant doxygen
19
20if you have nant installed.