Masafumi Yokoyama
null+****@clear*****
Wed Jan 6 19:16:58 JST 2016
Masafumi Yokoyama 2016-01-06 19:16:58 +0900 (Wed, 06 Jan 2016) New Revision: b39d644f28a06e4a7930c11bfb377d6f66f0e617 https://github.com/ranguba/rroonga/commit/b39d644f28a06e4a7930c11bfb377d6f66f0e617 Message: Fold long lines Modified files: ext/groonga/rb-grn-database.c Modified: ext/groonga/rb-grn-database.c (+8 -3) =================================================================== --- ext/groonga/rb-grn-database.c 2016-01-06 19:12:31 +0900 (dd0aec9) +++ ext/groonga/rb-grn-database.c 2016-01-06 19:16:58 +0900 (9f13f7c) @@ -632,11 +632,16 @@ rb_grn_database_unmap (VALUE self) * this method spends more time rather than you specify only reindex * needed index columns. * - * You can use {Groonga::Table#reindex} to specify reindex target index columns in a table. + * You can use {Groonga::Table#reindex} to specify reindex target + * index columns in a table. * - * You can use {Groonga::FixSizeColumn#reindex} or {Groonga::VariableSizeColumn#reindex} to specify reindex target index columns. They use index columns of the data column as reindex target index columns. + * You can use {Groonga::FixSizeColumn#reindex} or + * {Groonga::VariableSizeColumn#reindex} to specify reindex target + * index columns. They use index columns of the data column as + * reindex target index columns. * - * You can use {Groonga::IndexColumn#reindex} to specify the reindex target index column. + * You can use {Groonga::IndexColumn#reindex} to specify the reindex + * target index column. * * @example How to recreate all index columns in the database * database = Groonga::Database.create(:path => "/tmp/db") -------------- next part -------------- HTML����������������������������...ダウンロード