lib/yard/rake/yardoc_task.rb in yard-0.4.0 vs lib/yard/rake/yardoc_task.rb in yard-0.5.0
- old
+ new
@@ -52,10 +52,10 @@
end
protected
# Defines the rake task
- # @return [nil]
+ # @return [void]
def define
desc "Generate YARD Documentation"
task(name) do
before.call if before.is_a?(Proc)
yardoc = YARD::CLI::Yardoc.new
\ No newline at end of file