root/docgen

Revision c602a6081007ae1e49a912c13fec0685bb9f9263, 142 bytes (checked in by Giuseppe Bilotta <giuseppe.bilotta@gmail.com>, 8 months ago)

Documentation cleanups

Fix typos, be more rdocish, and use the README as the main file

  • Property mode set to 100755
Line 
1 #!/bin/sh
2 rm -rf doc
3 rdoc -a -i 'lib' --exclude 'post-install.rb' --main README --title "rbot - The Ruby IRC bot" -o doc lib bin/rbot README
4
Note: See TracBrowser for help on using the browser.