diff options
author | ubit | 2013-04-28 20:40:11 +0200 |
---|---|---|
committer | ubit | 2013-04-28 20:40:11 +0200 |
commit | 61ea7ee5a94e5e3d33fc77c1c316318850309c42 (patch) | |
tree | 1e589fc3b448b580d1cc25b52215ef5ce2d7ae78 /doc/README | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | Controller module for dynamic floaters (WIP) (diff) | |
download | opensim-SC-61ea7ee5a94e5e3d33fc77c1c316318850309c42.zip opensim-SC-61ea7ee5a94e5e3d33fc77c1c316318850309c42.tar.gz opensim-SC-61ea7ee5a94e5e3d33fc77c1c316318850309c42.tar.bz2 opensim-SC-61ea7ee5a94e5e3d33fc77c1c316318850309c42.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Conflicts:
bin/Regions/Regions.ini.example
Diffstat (limited to 'doc/README')
-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. | ||