[Groonga-commit] groonga/groonga at caa8b6c [master] doc: use :c:func: instead of :c:function:

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Sep 24 18:30:04 JST 2013


HAYASHI Kentaro	2013-09-24 18:30:04 +0900 (Tue, 24 Sep 2013)

  New Revision: caa8b6c4ba25208101d9985f0dc7515673972fd2
  https://github.com/groonga/groonga/commit/caa8b6c4ba25208101d9985f0dc7515673972fd2

  Message:
    doc: use :c:func: instead of :c:function:

  Modified files:
    doc/source/reference/api/grn_expr.txt

  Modified: doc/source/reference/api/grn_expr.txt (+3 -3)
===================================================================
--- doc/source/reference/api/grn_expr.txt    2013-09-24 18:07:43 +0900 (8793c69)
+++ doc/source/reference/api/grn_expr.txt    2013-09-24 18:30:04 +0900 (af5c5e8)
@@ -9,8 +9,8 @@ grn_expr
 is a list of what expression can do:
 
   * Expression can apply some operations to a record by
-    :c:function:`grn_expr_exec`.
-  * Expression can represents search condition. :c:function:`grn_table_select`
+    :c:func:`grn_expr_exec`.
+  * Expression can represents search condition. :c:func:`grn_table_select`
     can select records that match against the search condition represented
     by expression.
 
@@ -19,7 +19,7 @@ There are two string representations of expression:
   * :doc:`/reference/grn_expr/query_syntax`
   * :doc:`/reference/grn_expr/script_syntax`
 
-:c:function:`grn_expr_parse` parses string represented expression and
+:c:func:`grn_expr_parse` parses string represented expression and
 appends the parsed expression to another expression.
 
 Example
-------------- next part --------------
HTML����������������������������...
Download 



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