[Groonga-commit] groonga/groonga at 5e118ba [master] doc api/grn_ctx.txt: use "Groonga" notation

Back to archive index

cosmo0920 null+****@clear*****
Wed Dec 25 21:57:33 JST 2013


cosmo0920	2013-12-25 21:57:33 +0900 (Wed, 25 Dec 2013)

  New Revision: 5e118ba41d561f7cd88a3f1c12bbd07391a8502b
  https://github.com/groonga/groonga/commit/5e118ba41d561f7cd88a3f1c12bbd07391a8502b

  Merged 71be666: Merge pull request #140 from cosmo0920/use-Groonga-notation-reference

  Message:
    doc api/grn_ctx.txt: use "Groonga" notation

  Modified files:
    doc/source/reference/api/grn_ctx.txt

  Modified: doc/source/reference/api/grn_ctx.txt (+1 -1)
===================================================================
--- doc/source/reference/api/grn_ctx.txt    2013-12-26 15:26:33 +0900 (892962d)
+++ doc/source/reference/api/grn_ctx.txt    2013-12-25 21:57:33 +0900 (928eaab)
@@ -61,7 +61,7 @@ Reference
 
    初期化された :c:type:`grn_ctx` オブジェクトを返します。
 
-   :c:func:`grn_ctx_init()` で初期化された :c:type:`grn_ctx` オブジェクトは構造体の実体をAPIの呼び元で確保するのに対して、 :c:func:`grn_ctx_open()` ではgroongaライブラリの内部で、実体を確保します。
+   :c:func:`grn_ctx_init()` で初期化された :c:type:`grn_ctx` オブジェクトは構造体の実体をAPIの呼び元で確保するのに対して、 :c:func:`grn_ctx_open()` ではGroongaライブラリの内部で、実体を確保します。
    どちらで初期化された :c:type:`grn_ctx` も、 :c:func:`grn_ctx_fin()` で解放できます。
    :c:func:`grn_ctx_open()` で確保した :c:type:`grn_ctx` 構造体に関しては、:c:func:`grn_ctx_fin()` で解放した後に、その :c:type:`grn_ctx` で作成した :c:type:`grn_obj` を :c:func:`grn_obj_close()` によって解放しても問題ありません。
 
-------------- next part --------------
HTML����������������������������...
Download 



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