add docblocks to all files, classes, methods and variables
[bdrem.git] / build.xml
index 8d8b07c79c35f295c3d6a07090517caa34550022..cd8397db46c5ebff05849073cf40ed0e8c8a7805 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -74,4 +74,9 @@
   </copy>
  </target>
 
+
+ <target name="docs" description="render documentation">
+  <rst file="README.rst"/>
+ </target>
+
 </project>