diff options
author | onefang | 2019-08-23 09:48:29 +1000 |
---|---|---|
committer | onefang | 2019-08-23 09:48:29 +1000 |
commit | 35b9e38c17ce04d07ea6e926a405dc7c060b6ea3 (patch) | |
tree | 68d4fe3dee53d15b5b11f81e430d473340c10170 /doc/README | |
parent | config/ROBUST/RobustExtra.ini (diff) | |
download | opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.zip opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.gz opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.bz2 opensim-SC-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.xz |
Shuffle some coder level docs to it's own directory.
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. | ||