[Groonga-commit] groonga/groonga-command at 5aacefb [master] Improve document

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 8 11:33:02 JST 2016


Kouhei Sutou	2016-08-08 11:33:02 +0900 (Mon, 08 Aug 2016)

  New Revision: 5aacefb11b85459707acce72d4969656702243d6
  https://github.com/groonga/groonga-command/commit/5aacefb11b85459707acce72d4969656702243d6

  Message:
    Improve document

  Modified files:
    lib/groonga/command/table-remove.rb

  Modified: lib/groonga/command/table-remove.rb (+3 -2)
===================================================================
--- lib/groonga/command/table-remove.rb    2016-08-08 11:32:49 +0900 (acbd5ad)
+++ lib/groonga/command/table-remove.rb    2016-08-08 11:33:02 +0900 (f859052)
@@ -34,14 +34,15 @@ module Groonga
 
       Command.register(command_name, self)
 
-      # @return [String] `name` parameter value.
+      # @return [String] The table name to be removed.
       #
       # @since 1.1.8
       def name
         self[:name]
       end
 
-      # @return [Boolean] `dependent` parameter value.
+      # @return [Boolean] Whether the dependent objects of the table
+      #    are also removed or not.
       #
       # @since 1.1.8
       def dependent?
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index