Navigation Menu

Skip to content

Commit

Permalink
Use markdown instead of textile markup
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 3, 2015
1 parent 472cf93 commit 299b5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/groonga/rb-grn-column.c
Expand Up @@ -742,9 +742,9 @@ rb_grn_column_with_weight_p(VALUE self)
}

/*
* _operator_ を実行できる _column_ のインデックスを返す。
* `operator` を実行できる `column` のインデックスを返す。
* @since 1.0.9
* @return [Array<index_column>] _operator_ を実行できる _column_ のインデックス
* @return [Array<index_column>] `operator` を実行できる `column` のインデックス
* @overload indexes(operator=Groonga::Operator::MATCH)
* @param [Groonga::Operator::XXX] operator
*/
Expand Down

0 comments on commit 299b5f9

Please sign in to comment.