[Groonga-commit] droonga/droonga.org at 21e5707 [gh-pages] SImplify descriptions of command parameters/responses

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 14 13:06:34 JST 2013


YUKI Hiroshi	2013-11-14 13:06:34 +0900 (Thu, 14 Nov 2013)

  New Revision: 21e570787b06b8f58368e6514025b6a893f936a6
  https://github.com/droonga/droonga.org/commit/21e570787b06b8f58368e6514025b6a893f936a6

  Message:
    SImplify descriptions of command parameters/responses

  Modified files:
    ja/reference/commands/add/index.md
    ja/reference/commands/column_create/index.md
    ja/reference/commands/select/index.md
    ja/reference/commands/table_create/index.md

  Modified: ja/reference/commands/add/index.md (+3 -16)
===================================================================
--- ja/reference/commands/add/index.md    2013-11-14 11:55:28 +0900 (7b68406)
+++ ja/reference/commands/add/index.md    2013-11-14 13:06:34 +0900 (6f1070e)
@@ -41,9 +41,6 @@ layout: documents
 概要
 : レコードを登録するテーブルの名前を指定します。
 
-型
-: 文字列
-
 値
 : テーブル名の文字列。
 
@@ -55,9 +52,6 @@ layout: documents
 概要
 : レコードの主キーを指定します。
 
-型
-: 文字列
-
 値
 : 主キーとなる文字列。
 
@@ -73,9 +67,6 @@ layout: documents
 概要
 : レコードの各カラムの値を指定します。
 
-型:
-: ハッシュ
-
 値
 : カラム名をキー、カラムの値を値としたハッシュ。
 
@@ -90,11 +81,7 @@ layout: documents
 
 ## レスポンス
 
-型
-: 真偽型
+このコマンドは、レスポンスとしてレコードの登録の成否を示す真偽値を返却します。
 
-値
-: レコードの登録の成否を示す真偽値。
-  
-   * `true`:レコードの登録に成功した。
-   * `false`:レコードの登録に失敗した。
+ * `true`:レコードの登録に成功した。
+ * `false`:レコードの登録に失敗した。

  Modified: ja/reference/commands/column_create/index.md (+4 -8)
===================================================================
--- ja/reference/commands/column_create/index.md    2013-11-14 11:55:28 +0900 (3a50085)
+++ ja/reference/commands/column_create/index.md    2013-11-14 13:06:34 +0900 (e709d09)
@@ -27,12 +27,8 @@ layout: documents
 
 ## レスポンス
 
-型
-: 真偽型
-
-値
-: カラムの作成の成否を示す真偽値。
-  
-   * `true`:カラムの作成に成功した。
-   * `false`:カラムの作成に失敗した。
+このコマンドは、レスポンスとしてカラムの作成の成否を示す真偽値を返却します。
+
+ * `true`:カラムの作成に成功した。
+ * `false`:カラムの作成に失敗した。
 

  Modified: ja/reference/commands/select/index.md (+1 -5)
===================================================================
--- ja/reference/commands/select/index.md    2013-11-14 11:55:28 +0900 (a960ac0)
+++ ja/reference/commands/select/index.md    2013-11-14 13:06:34 +0900 (346539e)
@@ -50,11 +50,7 @@ layout: documents
 
 ## レスポンス
 
-型
-: 配列
-
-値
-: 検索結果の配列。
+このコマンドは、レスポンスとして検索結果の配列を返却します。
 
 検索結果の配列の構造は[Groonga の `select` コマンドの返り値](http://groonga.org/ja/docs/reference/commands/select.html#id6)と共通です。詳細はGroongaのコマンドリファレンスを参照して下さい。
 

  Modified: ja/reference/commands/table_create/index.md (+4 -8)
===================================================================
--- ja/reference/commands/table_create/index.md    2013-11-14 11:55:28 +0900 (8cdc104)
+++ ja/reference/commands/table_create/index.md    2013-11-14 13:06:34 +0900 (7b1dd0e)
@@ -28,12 +28,8 @@ layout: documents
 
 ## レスポンス
 
-型
-: 真偽型
-
-値
-: テーブルの作成の成否を示す真偽値。
-  
-   * `true`:テーブルの作成に成功した。
-   * `false`:テーブルの作成に失敗した。
+このコマンドは、レスポンスとしてテーブルの作成の成否を示す真偽値を返却します。
+
+ * `true`:テーブルの作成に成功した。
+ * `false`:テーブルの作成に失敗した。
 
-------------- next part --------------
HTML����������������������������...
Download 



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