[Groonga-commit] groonga/groonga at 7d9cd59 [master] grn_ts: update comments

Back to archive index

susumu.yata null+****@clear*****
Thu Nov 19 13:33:01 JST 2015


susumu.yata	2015-11-19 13:33:01 +0900 (Thu, 19 Nov 2015)

  New Revision: 7d9cd59e753d436d23f5b9e3a5989a25abf2fe64
  https://github.com/groonga/groonga/commit/7d9cd59e753d436d23f5b9e3a5989a25abf2fe64

  Message:
    grn_ts: update comments

  Modified files:
    lib/ts/ts_types.h
    lib/ts/ts_util.c

  Modified: lib/ts/ts_types.h (+2 -2)
===================================================================
--- lib/ts/ts_types.h    2015-11-19 13:17:55 +0900 (dafdc07)
+++ lib/ts/ts_types.h    2015-11-19 13:33:01 +0900 (60646ab)
@@ -66,7 +66,7 @@ typedef struct {
   size_t size;
 } grn_ts_text;
 
-/* GeoPoint. */
+/* Geo. */
 typedef grn_geo_point grn_ts_geo;
 typedef grn_geo_point grn_ts_tokyo_geo;
 typedef grn_geo_point grn_ts_wgs84_geo;
@@ -108,7 +108,7 @@ typedef struct {
   size_t size;
 } grn_ts_text_vector;
 
-/* GeoPointVector. */
+/* GeoVector. */
 typedef struct {
   const grn_ts_geo *ptr;
   size_t size;

  Modified: lib/ts/ts_util.c (+0 -4)
===================================================================
--- lib/ts/ts_util.c    2015-11-19 13:17:55 +0900 (0fed481)
+++ lib/ts/ts_util.c    2015-11-19 13:33:01 +0900 (fc523f2)
@@ -61,10 +61,6 @@ grn_ts_obj_is_column(grn_ctx *ctx, grn_obj *obj)
   }
 }
 
-/*
- * grn_ts_ja_get_value() gets a value from ja and writes it to buf. Note that
- * the value is appended to the end of buf.
- */
 grn_rc
 grn_ts_ja_get_value(grn_ctx *ctx, grn_obj *ja, grn_ts_id id,
                     grn_ts_buf *buf, size_t *value_size)
-------------- next part --------------
HTML����������������������������...
Download 



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