Changes between Version 2 and Version 3 of WikiStart/Standards/RG5
- Timestamp:
- 08/03/11 15:55:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Standards/RG5
v2 v3 15 15 16 16 To generate documentation, the autoproj build system calls "rake doc". The template already contains the necessary target to generate documentation using rdoc. 17 18 == New package creation == 19 20 New packages can be created by the rock-create-ruby tool. 21 22 {{{ 23 rock-create-ruby dirname 24 }}}