[groonga-commit:4177] ranguba/packnga [master] [doc] fix argument type.
null+ranguba at clear-code.com
null+ranguba at clear-code.com
Tue Jan 3 23:58:16 EST 2012
Kouhei Sutou 2012-01-04 13:58:16 +0900 (Wed, 04 Jan 2012)
New Revision: 8536169fbcbda8f73b2544541084ed6559542136
Log:
[doc] fix argument type.
Modified files:
lib/packnga/document-task.rb
Modified: lib/packnga/document-task.rb (+1 -1)
===================================================================
--- lib/packnga/document-task.rb 2012-01-04 13:54:44 +0900 (a6819aa)
+++ lib/packnga/document-task.rb 2012-01-04 13:58:16 +0900 (b16f03e)
@@ -29,7 +29,7 @@ module Packnga
include Rake::DSL
# Defines tasks to generate YARD documentation
# and to translate references.
- # @param [Jeweler::Task] spec created by Jeweler::Task.new.
+ # @param [Gem::Specification] spec specification for your package.
def initialize(spec)
@spec = spec
@yard_task = YARDTask.new(@spec)
More information about the groonga-commit
mailing list