[Groonga-commit] groonga/groonga at 7169aaf [master] grn_ts: update a comment

Back to archive index

susumu.yata null+****@clear*****
Thu Oct 22 09:57:49 JST 2015


susumu.yata	2015-10-22 09:57:49 +0900 (Thu, 22 Oct 2015)

  New Revision: 7169aaf52015e1e3d776ca6c17295e733c390cba
  https://github.com/groonga/groonga/commit/7169aaf52015e1e3d776ca6c17295e733c390cba

  Message:
    grn_ts: update a comment

  Modified files:
    lib/grn_ts.h

  Modified: lib/grn_ts.h (+1 -5)
===================================================================
--- lib/grn_ts.h    2015-10-22 11:26:22 +0900 (6841a6d)
+++ lib/grn_ts.h    2015-10-22 09:57:49 +0900 (5e2766b)
@@ -249,11 +249,7 @@ grn_ts_data_type grn_ts_expr_get_data_type(grn_ctx *ctx, grn_ts_expr *expr);
  */
 grn_ts_expr_node *grn_ts_expr_get_root(grn_ctx *ctx, grn_ts_expr *expr);
 
-/*
- * grn_ts_expr_push() pushes an expression node expressed by a string.
- * Note that operators are not supported because some symbols are used as more
- * than one operators, such as '-' (negative and minus).
- */
+/* grn_ts_expr_push() parses a string and pushes the result. */
 grn_rc grn_ts_expr_push(grn_ctx *ctx, grn_ts_expr *expr,
                         const char *str_ptr, size_t str_size);
 
-------------- next part --------------
HTML����������������������������...
下载 



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