docs: {static,dyn}-array-ft-obj.adoc: use example block
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 17:31:33 +0000 (13:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 21:46:31 +0000 (17:46 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
docs/modules/yaml/pages/dyn-array-ft-obj.adoc
docs/modules/yaml/pages/static-array-ft-obj.adoc

index 8822ac26231f550f6e9ce1eff64e8d082739ca33..3d02ac3f39b7f3e8856e00cf575027ff75e6dc1b 100644 (file)
@@ -49,8 +49,8 @@ Dynamic array's data::
     for the field type object of the
     <<element-ft-prop,`element-field-type` property>>.
 +
-Examples:
-+
+.Generated C{nbsp}types for various element field types.
+====
 [%autowidth.stretch]
 |===
 |Element field type |Generated C{nbsp}type
@@ -79,6 +79,7 @@ Examples:
 |Static array of static arrays of 32-bit unsigned integers
 |`const uint32_t * const * const *`
 |===
+====
 
 == Examples
 
index df2a50923751b57bee169c5c7903a4fcde3304eb..733f95115986f1819d48910d3deb11f4c735c273 100644 (file)
@@ -47,8 +47,8 @@ Pointer to `const __T__`, where `__T__` is the generated C{nbsp}type for
 the field type object of the <<element-ft-prop,`element-field-type`
 property>>.
 
-Examples:
-
+.Generated C{nbsp}types for various element field types.
+====
 [%autowidth.stretch]
 |===
 |Element field type |Generated C{nbsp}type
@@ -77,6 +77,7 @@ Examples:
 |Static array of static arrays of 32-bit unsigned integers
 |`const uint32_t * const * const *`
 |===
+====
 
 == Examples
 
This page took 0.024192 seconds and 4 git commands to generate.