[Groonga-commit] groonga/groonga at 48c1e6b [master] doc dump: add versionadded tag

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 19 22:17:04 JST 2015


Kouhei Sutou	2015-06-19 22:17:04 +0900 (Fri, 19 Jun 2015)

  New Revision: 48c1e6b0b7678a1334cc5021f09127c942e0709e
  https://github.com/groonga/groonga/commit/48c1e6b0b7678a1334cc5021f09127c942e0709e

  Message:
    doc dump: add versionadded tag

  Modified files:
    doc/source/reference/commands/dump.rst

  Modified: doc/source/reference/commands/dump.rst (+8 -0)
===================================================================
--- doc/source/reference/commands/dump.rst    2015-06-19 15:03:34 +0900 (6519aa8)
+++ doc/source/reference/commands/dump.rst    2015-06-19 22:17:04 +0900 (55fb6b7)
@@ -158,6 +158,8 @@ Optional parameters
 ``dump_plugins``
 """"""""""""""""
 
+.. versionadded:: 5.0.3
+
 You can customize the output whether it contains registered plugins or not.
 To exclude registered plugins from the output, specify ``no``.
 
@@ -166,6 +168,8 @@ The default value is ``yes``.
 ``dump_schema``
 """""""""""""""
 
+.. versionadded:: 5.0.3
+
 You can customize the output whether it contains database schema or not.
 To exclude database schema from the output, specify ``no``.
 
@@ -174,6 +178,8 @@ The default value is ``yes``.
 ``dump_records``
 """"""""""""""""
 
+.. versionadded:: 5.0.3
+
 You can customize the output whether it contains records or not.
 To exclude records from the output, specify ``no``.
 
@@ -182,6 +188,8 @@ The default value is ``yes``.
 ``dump_indexes``
 """"""""""""""""
 
+.. versionadded:: 5.0.3
+
 You can customize the output whether it contains indexes or not.
 To exclude indexes from the output, specify ``no``.
 
-------------- next part --------------
HTML����������������������������...
Download 



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