aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/coderDocs/README
diff options
context:
space:
mode:
Diffstat (limited to 'coderDocs/README')
-rw-r--r--coderDocs/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/coderDocs/README b/coderDocs/README
new file mode 100644
index 0000000..6e94d1e
--- /dev/null
+++ b/coderDocs/README
@@ -0,0 +1,14 @@
1README
2
3This directory does not currently contain any OpenSimulator user level
4documentation. Such documentation can be found at http://opensimulator.org
5instead.
6
7Rather, this directory can contain source-code documentation as generated
8via the doxygen package, and some other coder level documentation.
9
10To do this, execute -
11
12doxygen doxygen.conf
13
14on the command line.