浏览代码

Linking docs

Barry O'Donovan 13 年之前
父节点
当前提交
5060d9ed3c
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -90,6 +90,17 @@ And as most of the defined MIBs *walk* a given tree, almost all defined function
 
 
 Oh, and right now it's SNMP v2. This can be easily updated for multiple version support.
 Oh, and right now it's SNMP v2. This can be easily updated for multiple version support.
 
 
+
+Code / phpDoc Documentation
+---------------------------
+
+Documentation can be generated from the root directory by executing:
+
+    ./bin/phpdoc.sh --force
+
+and it will be found under the `doc/` directory. There is 
+[an online version available here]().
+
 Coming Soon
 Coming Soon
 -----------
 -----------