Kouhei Sutou
null+****@clear*****
Tue Oct 6 17:46:31 JST 2015
Kouhei Sutou 2015-10-06 17:46:31 +0900 (Tue, 06 Oct 2015) New Revision: 5c9d6f3ecd33e3889fc871ee5450963156da263d https://github.com/ranguba/rroonga/commit/5c9d6f3ecd33e3889fc871ee5450963156da263d Message: doc: use `...` for code Modified files: ext/groonga/rb-grn-table.c Modified: ext/groonga/rb-grn-table.c (+2 -2) =================================================================== --- ext/groonga/rb-grn-table.c 2015-10-06 16:47:34 +0900 (07871a2) +++ ext/groonga/rb-grn-table.c 2015-10-06 17:46:31 +0900 (313119c) @@ -1348,10 +1348,10 @@ rb_grn_table_sort (int argc, VALUE *argv, VALUE self) * * @!macro [new] table.group.options * @option options :max_n_sub_records - * グループ化した後のレコードのそれぞれについて最大 _:max_n_sub_records_ 件まで + * グループ化した後のレコードのそれぞれについて最大`:max_n_sub_records`件まで * そのグループに含まれる _table_ のレコードをサブレコードとして格納する。 * @option options [String, Symbol] :calc_target - * The target column name for _:calc_types_. + * The target column name for `:calc_types`. * @option options [::Array] :calc_types * It specifies how to calculate (aggregate) values in grouped records by * a drilldown. You can specify multiple calculation types. -------------- next part -------------- HTML����������������������������...Download