Kouhei Sutou
null+****@clear*****
Sat Nov 5 16:11:14 JST 2016
Kouhei Sutou 2016-11-05 16:11:14 +0900 (Sat, 05 Nov 2016) New Revision: d7c1923da42197670ae06f4b086e2389fbe118f7 https://github.com/ranguba/rroonga/commit/d7c1923da42197670ae06f4b086e2389fbe118f7 Message: doc: simplify Because these methods are methods of index column not general object. Modified files: ext/groonga/rb-grn-index-column.c Modified: ext/groonga/rb-grn-index-column.c (+4 -4) =================================================================== --- ext/groonga/rb-grn-index-column.c 2016-11-05 16:02:34 +0900 (afbc0bc) +++ ext/groonga/rb-grn-index-column.c 2016-11-05 16:11:14 +0900 (62a43fc) @@ -884,10 +884,10 @@ rb_grn_index_column_with_position_p (VALUE self) } /* - * Checks whether the object is a small size of index column. + * Checks whether the index column is small or not. * * @overload small? - * @return [Boolean] `true` if the object is a small size of index column, + * @return [Boolean] `true` if the index column is small, * `false` otherwise. * * @since 6.1.0 @@ -909,10 +909,10 @@ rb_grn_index_column_small_p (VALUE self) } /* - * Checks whether the object is a medium size of index column. + * Checks whether the index column is medium or not. * * @overload medium? - * @return [Boolean] `true` if the object is a medium size of index column, + * @return [Boolean] `true` if the index column is medium, * `false` otherwise. * * @since 6.1.0 -------------- next part -------------- HTML����������������������������...Download