Skip to content

Commit dd2c58d

Browse files
committed
Task for RDoc
1 parent 2c89c9b commit dd2c58d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rakefile

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
1616
else
1717
task :default => [:compile, :spec]
1818
end
19+
20+
task :rdoc do
21+
`rdoc -f hanna --main algorithms.rb -t "Ruby Algorithms and Containers Documentation"`
22+
end

0 commit comments

Comments
 (0)