aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/README
diff options
context:
space:
mode:
authoronefang2019-08-23 09:48:29 +1000
committeronefang2019-08-23 09:48:29 +1000
commit35b9e38c17ce04d07ea6e926a405dc7c060b6ea3 (patch)
tree68d4fe3dee53d15b5b11f81e430d473340c10170 /doc/README
parentconfig/ROBUST/RobustExtra.ini (diff)
downloadopensim-SC_OLD-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.zip
opensim-SC_OLD-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.gz
opensim-SC_OLD-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.bz2
opensim-SC_OLD-35b9e38c17ce04d07ea6e926a405dc7c060b6ea3.tar.xz
Shuffle some coder level docs to it's own directory.
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README20
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 @@
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.