diff options
author | onefang | 2019-09-11 16:36:50 +1000 |
---|---|---|
committer | onefang | 2019-09-11 16:36:50 +1000 |
commit | 50cd1ffd32f69228e566f2b0b89f86ea0d9fe489 (patch) | |
tree | 52f2ab0c04f1a5d7d6ac5dc872981b4b156447e7 /doc/README | |
parent | Renamed branch to SledjChisl. (diff) | |
parent | Bump to release flavour, build 0. (diff) | |
download | opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.zip opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.gz opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.bz2 opensim-SC_OLD-50cd1ffd32f69228e566f2b0b89f86ea0d9fe489.tar.xz |
Merge branch 'SledjChisl'
Diffstat (limited to 'doc/README')
-rw-r--r-- | doc/README | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/README b/doc/README deleted file mode 100644 index 9c95557..0000000 --- a/doc/README +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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. | ||