[Groonga-commit] droonga/droonga.org at 4cd144b [gh-pages] Move Example after Parameters description

Back to archive index

Yoji Shidara null+****@clear*****
Wed Mar 5 16:02:42 JST 2014


Yoji Shidara	2014-03-05 16:02:42 +0900 (Wed, 05 Mar 2014)

  New Revision: 4cd144b5bc3cde981de2b67876e74b5458e180a9
  https://github.com/droonga/droonga.org/commit/4cd144b5bc3cde981de2b67876e74b5458e180a9

  Merged efe7e86: Merge branch 'catalog-example' into gh-pages

  Message:
    Move Example after Parameters description

  Modified files:
    reference/catalog/version2/index.md

  Modified: reference/catalog/version2/index.md (+17 -17)
===================================================================
--- reference/catalog/version2/index.md    2014-03-05 16:01:21 +0900 (6714a73)
+++ reference/catalog/version2/index.md    2014-03-05 16:02:42 +0900 (3223c3a)
@@ -378,23 +378,6 @@ Inheritable
 Value
 : An object with the following key/value pairs.
 
-#### Example
-
-Store the section data, the weight data and the position data.
-Index `name` and `address` on the referencing table.
-
-~~~
-{
-  "section": true,
-  "weight": true,
-  "position": true
-  "sources": [
-    "name",
-    "address"
-  ]
-}
-~~~
-
 #### Parameters
 
 ##### `section` {#parameter-section}
@@ -453,6 +436,23 @@ Default value
 Inheritable
 : False.
 
+#### Example
+
+Store the section data, the weight data and the position data.
+Index `name` and `address` on the referencing table.
+
+~~~
+{
+  "section": true,
+  "weight": true,
+  "position": true
+  "sources": [
+    "name",
+    "address"
+  ]
+}
+~~~
+
 ### Volume definition {#volume}
 
 Abstract
-------------- next part --------------
HTML����������������������������...
Download 



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