[Groonga-commit] groonga/groonga [master] doc: don't use a space in ``...`` markup

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 10:02:56 JST


Kouhei Sutou	2012-06-21 10:02:56 +0900 (Thu, 21 Jun 2012)

  New Revision: 66e1331ecd149d7739fe08689573bfcee96f3fa7
  https://github.com/groonga/groonga/commit/66e1331ecd149d7739fe08689573bfcee96f3fa7

  Log:
    doc: don't use a space in ``...`` markup
    
    We can't use `` `` in Sphinx. :<

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

  Modified: doc/source/reference/grn_expr/query_syntax.txt (+3 -1)
===================================================================
--- doc/source/reference/grn_expr/query_syntax.txt    2012-06-21 09:48:13 +0900 (0972e11)
+++ doc/source/reference/grn_expr/query_syntax.txt    2012-06-21 10:02:56 +0900 (41b57ed)
@@ -78,7 +78,9 @@ example, ``"`` is a special character. It is escaped as ``\"``.
 
 Here is a special character list:
 
-  * `` `` (a space) (escaped as ``\ ``)
+  * ``[space]`` (escaped as ``[backquote][space]``) (You should
+    substitute ``[space]`` with a white space character that is 0x20
+    in ASCII and ``[backquote]`` with ``\\``.)
   * ``"`` (escaped as ``\"``)
   * ``'`` (escaped as ``\'``)
   * ``(`` (escaped as ``\(``)
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index