[Groonga-commit] groonga/groonga at b6ff27d [master] doc: remove garbage "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 20 22:51:55 JST 2014


Kouhei Sutou	2014-06-20 22:51:55 +0900 (Fri, 20 Jun 2014)

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

  Message:
    doc: remove garbage ";"

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

  Modified: doc/source/reference/api/plugin.rst (+2 -2)
===================================================================
--- doc/source/reference/api/plugin.rst    2014-06-20 18:26:38 +0900 (d51609f)
+++ doc/source/reference/api/plugin.rst    2014-06-20 22:51:55 +0900 (33c97f8)
@@ -25,7 +25,7 @@ Reference
    :param name_size: The number of bytes of name. If `name_size` is negative, `name` must be NUL-terminated. `name_size` is computed by `strlen(name)` for the case.
    :return: A variable value on success, NULL otherwise.
 
-.. c:function:: grn_obj *grn_plugin_proc_get_var_by_offset(grn_ctx *ctx, grn_user_data *user_data, unsigned int offset);
+.. c:function:: grn_obj *grn_plugin_proc_get_var_by_offset(grn_ctx *ctx, grn_user_data *user_data, unsigned int offset)
 
    It gets a variable value from `grn_user_data` by specify the offset position of the variable.
 
@@ -41,7 +41,7 @@ Reference
    :param name_size: The number of bytes of name. If `name_size` is negative, `name` must be NUL-terminated. `name_size` is computed by `strlen(name)` for the case.
    :return: ``GRN_SUCCESS``. It doesn't fail.
 
-.. c:function:: grn_obj * grn_plugin_command_create(grn_ctx *ctx, const char *name, int name_size, grn_proc_func func, unsigned int n_vars, grn_expr_var *vars);
+.. c:function:: grn_obj * grn_plugin_command_create(grn_ctx *ctx, const char *name, int name_size, grn_proc_func func, unsigned int n_vars, grn_expr_var *vars)
 
    It creates a command.
 
-------------- next part --------------
HTML����������������������������...
Download 



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