[Groonga-commit] groonga/groonga-command at 58085a8 [master] doc: fix unresolved links

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 8 11:15:44 JST 2016


Kouhei Sutou	2016-08-08 11:15:44 +0900 (Mon, 08 Aug 2016)

  New Revision: 58085a8a424aff7bf9eaf10cb8faf556e12cda11
  https://github.com/groonga/groonga-command/commit/58085a8a424aff7bf9eaf10cb8faf556e12cda11

  Message:
    doc: fix unresolved links

  Modified files:
    doc/text/news.md
    lib/groonga/command/column-create.rb

  Modified: doc/text/news.md (+11 -10)
===================================================================
--- doc/text/news.md    2016-08-08 11:12:36 +0900 (9ebe8aa)
+++ doc/text/news.md    2016-08-08 11:15:44 +0900 (96e97cc)
@@ -42,32 +42,33 @@
   * {Groonga::Command::Base#request_id}: Added.
   * {Groonga::Command.all}: Added.
   * {Groonga::Command.find}: Supported `Symbol` as command name.
-  * {Groonga::Command#command_name}: Added. Because
-    {Groonga::Command#name} may be overwritten by subclasses. For
-    example, {Groonga::TableRemove#name} overwrites it.
-  * {Groonga::Command#name}: Made deprecated.
+  * {Groonga::Command::Base#command_name}: Added. Because
+    {Groonga::Command::Base#name} may be overwritten by subclasses. For
+    example, {Groonga::Command::TableRemove#name} overwrites it.
+  * {Groonga::Command::Base#name}: Made deprecated.
 
 ## 1.1.7: 2016-03-07
 
 ### Improvements
 
-  * Renamed to {Groonga::Command::ObjectInspect} from {Groonga::Command::Inspect}.
+  * Renamed to {Groonga::Command::ObjectInspect} from
+    `Groonga::Command::Inspect`.
   * {Groonga::Command::ObjectRemove}: Added.
 
 ## 1.1.6: 2016-02-03
 
 ### Improvements
 
-  * {Groonga::Command::Inspect}: Added.
+  * `Groonga::Command::Inspect`: Added.
 
 ## 1.1.5: 2016-01-19
 
 ### Improvements
 
-  * Renamed to {Groonga::Command::ConfigGet} from {Groonga::Command::ConfGet}.
-  * Renamed to {Groonga::Command::ConfigSet} from {Groonga::Command::ConfSet}.
+  * Renamed to {Groonga::Command::ConfigGet} from `Groonga::Command::ConfGet`.
+  * Renamed to {Groonga::Command::ConfigSet} from `Groonga::Command::ConfSet`.
   * Renamed to {Groonga::Command::ConfigDelete} from
-    {Groonga::Command::ConfDelete}.
+    `Groonga::Command::ConfDelete`.
 
 ## 1.1.4: 2016-01-13
 
@@ -172,7 +173,7 @@
 
 ### Improvements
 
-  * Extracted {Groonga::Command::Parser} as groonga-command-parser gem.
+  * Extracted `Groonga::Command::Parser` as groonga-command-parser gem.
     Now, groonga-command gem doesn't depend on any extension libraries.
 
 ## 1.0.4: 2013-09-18

  Modified: lib/groonga/command/column-create.rb (+4 -2)
===================================================================
--- lib/groonga/command/column-create.rb    2016-08-08 11:12:36 +0900 (ab501b3)
+++ lib/groonga/command/column-create.rb    2016-08-08 11:15:44 +0900 (ef2f788)
@@ -95,8 +95,10 @@ module Groonga
         flags.include?("WITH_POSITION")
       end
 
-      # @return [::Array<String>] an array of index sources. If {#source} is
-      #   empty or nil, this method returns an empty array.
+      # @return [::Array<String>] an array of index sources. If
+      #   `source` parameter value is empty or nil, this method
+      #   returns an empty array.
+      #
       # @since 1.0.7
       def sources
         @sources ||= (self[:source] || "").split(/\s*,\s*/)
-------------- next part --------------
HTML����������������������������...
Download 



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