lib/tap/generator/generate.rb in tap-gen-0.2.0 vs lib/tap/generator/generate.rb in tap-gen-0.3.0
- old
+ new
@@ -1,10 +1,10 @@
require 'tempfile'
module Tap
module Generator
- # A mixin defining how to run manifest actions.
+ # :startdoc::module A mixin defining how to run manifest actions.
module Generate
# Creates the target directory if it doesn't exist. When pretend is
# true, creation is logged but does not actually happen.
#