Sha256: b9cac9e27a357d50b8d48449f816bcacfe0058d66b4f67f56a42d9a88a43b48d
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
= RDoc Plugin The RDoc plugin should generate rdoc doumentation according to the parameters provided. Given a suitable project. Dir.chdir 'sample' Now if we run 'syckle document' on the sample project. `detroit document` The documentation should be generated as expected. File.assert.directory?('doc/rdoc') Lets clean up after ourselves. FileUtils.rm_r 'doc' Dir.chdir '..'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
detroit-0.2.0 | qed/99_plugins/rdoc/rdoc-plugin.rdoc |
detroit-0.1.0 | qed/99_plugins/rdoc/rdoc-plugin.rdoc |