[Groonga-commit] groonga/groonga [master] doc en: fix markup

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Dec 28 15:07:37 JST 2012


HAYASHI Kentaro	2012-12-28 15:07:37 +0900 (Fri, 28 Dec 2012)

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

  Log:
    doc en: fix markup

  Modified files:
    doc/source/reference/tables.txt

  Modified: doc/source/reference/tables.txt (+3 -3)
===================================================================
--- doc/source/reference/tables.txt    2012-12-28 15:04:16 +0900 (3671d47)
+++ doc/source/reference/tables.txt    2012-12-28 15:07:37 +0900 (ca7e491)
@@ -78,7 +78,7 @@ because lexicon stores tokens as key. ``TABLE_NO_KEY`` is useful for
 no key records such as log.
 
 ``TABLE_HASH_KEY``
-^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^
 
 ``TABLE_HASH_KEY`` is fast but it doesn't support advanced search
 functions such as common prefix search and predictive search.
@@ -87,7 +87,7 @@ functions such as common prefix search and predictive search.
 search.
 
 ``TABLE_PAT_KEY``
-^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^
 
 ``TABLE_PAT_KEY`` is small and supports advanced search functions.
 
@@ -95,7 +95,7 @@ search.
 index for range search.
 
 ``TABLE_DAT_KEY``
-^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^
 
 ``TABLE_DAT_KEY`` is fast and supports key update but it is large. It
 is not suitable for storing many records. ``TABLE_DAT_KEY`` is a only
-------------- next part --------------
HTML����������������������������...
Download 



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