diff options
author | Justin Clark-Casey (justincc) | 2012-12-31 21:42:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-12-31 21:42:00 +0000 |
commit | 00874eb90e65e01116cbef937f1b7eef6f3bfff6 (patch) | |
tree | c6f9a411e74b96e9051e30bb1b6995d1100dfb26 /doc | |
parent | BulletSim: remove check for small motor movement because, while it (diff) | |
download | opensim-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.
Diffstat (limited to '')
-rw-r--r-- | doc/README | 20 |
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 @@ | |||
1 | README | ||
2 | |||
3 | This directory does not currently contain any OpenSimulator user level documentation. Such | ||
4 | documentation can be found at | ||
5 | |||
6 | http://opensimulator.org | ||
7 | |||
8 | instead. | ||
9 | |||
10 | Rather, this directory can contain source-code documentation as generated via the doxygen package. | ||
11 | |||
12 | To do this, either execute | ||
13 | |||
14 | doxygen doxygen.conf | ||
15 | |||
16 | on the command line or run the target | ||
17 | |||
18 | nant doxygen | ||
19 | |||
20 | if you have nant installed. | ||