[Groonga-commit] groonga/groonga at 0a7c0c3 [master] doc api/overview: Fix wrong mark up

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Feb 13 19:06:05 JST 2015


Hiroshi Hatake	2015-02-13 19:06:05 +0900 (Fri, 13 Feb 2015)

  New Revision: 0a7c0c303b2f083b2fba2654a46b2a9888a26c37
  https://github.com/groonga/groonga/commit/0a7c0c303b2f083b2fba2654a46b2a9888a26c37

  Merged d9d1925: Merge pull request #280 from cosmo0920/doc-reference-api-overview

  Message:
    doc api/overview: Fix wrong mark up

  Modified files:
    doc/source/reference/api/overview.rst

  Modified: doc/source/reference/api/overview.rst (+2 -2)
===================================================================
--- doc/source/reference/api/overview.rst    2015-02-13 19:02:53 +0900 (7ef0dd2)
+++ doc/source/reference/api/overview.rst    2015-02-13 19:06:05 +0900 (20adde1)
@@ -40,12 +40,12 @@ Reference
 
 .. c:function:: grn_rc grn_init(void)
 
-  `grn_init()` initializes resource that is used by libgroonga. You must call it once before calling other Groonga API.
+  ``grn_init()`` initializes resource that is used by libgroonga. You must call it once before calling other Groonga API.
 
   :return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error.
 
 .. c:function:: grn_rc grn_fin(void)
 
-  `grn_fin()` releases resource that is used by libgroonga. You must not call it other Groonga API after calling `grn_fin()`.
+  ``grn_fin()`` releases resource that is used by libgroonga. You must not call it other Groonga API after calling `grn_fin()`.
 
   :return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error.
-------------- next part --------------
HTML����������������������������...
Download 



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