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