[Groonga-commit] groonga/groonga [master] doc: use the same document

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 12 18:03:28 JST 2012


Kouhei Sutou	2012-12-12 18:03:28 +0900 (Wed, 12 Dec 2012)

  New Revision: bf3bb100d9a97ca7d552ad753a7bdc0c358b03fa
  https://github.com/groonga/groonga/commit/bf3bb100d9a97ca7d552ad753a7bdc0c358b03fa

  Log:
    doc: use the same document

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+3 -3)
===================================================================
--- include/groonga.h    2012-12-12 17:58:16 +0900 (f7404f7)
+++ include/groonga.h    2012-12-12 18:03:28 +0900 (1a9dda6)
@@ -563,7 +563,7 @@ GRN_API grn_obj *grn_ctx_db(grn_ctx *ctx);
 /**
  * grn_ctx_get:
  * @name: 検索しようとするオブジェクトの名前。
- * @name_size: The byte size of @name. If @name_size is negative,
+ * @name_size: The number of bytes of @name. If negative value is specified,
  *   @name is assumed that NULL-terminated string.
  *
  * ctxが使用するdbからnameに対応するオブジェクトを検索して返す。
@@ -633,8 +633,8 @@ GRN_API const char *grn_plugin_get_suffix(void);
 /**
  * grn_proc_create:
  * @name: 作成するprocの名前。
- * @name_size: The number of bytes of @name. If -1 is specified, @name
- *             is handled as a NULL terminated string.
+ * @name_size: The number of bytes of @name. If negative value is specified,
+ *   @name is assumed that NULL-terminated string.
  * @type: procの種類。
  * @init: 初期化関数のポインタ
  * @next: 実処理関数のポインタ
-------------- next part --------------
HTML����������������������������...
Download 



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