docs: yaml: dyn-array-ft-obj.adoc: fix wrong static array FT copy
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 Jan 2021 17:03:20 +0000 (12:03 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 22 Jan 2021 17:03:36 +0000 (12:03 -0500)
Reported-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
docs/modules/yaml/pages/dyn-array-ft-obj.adoc

index 6bd60790d3600ae12e5ba5bb4fd510ebdb8851e3..a2af262e6c4b1e6f8d0a6551aea1d57e082985f3 100644 (file)
@@ -53,33 +53,30 @@ include::partial$array-ft-obj-gen-c-types-example.adoc[]
 
 == Examples
 
-.Dynamic array field type object: <<length-prop,four>> 8-bit unsigned xref:int-ft-obj.adoc[integers].
+.Dynamic array field type object: 8-bit unsigned xref:int-ft-obj.adoc[integers].
 ====
 [source,yaml]
 ----
 class: dynamic-array
-length: 4
 element-field-type: uint8
 ----
 ====
 
-.Dynamic array field type object: <<length-prop,22>>{nbsp}xref:str-ft-obj.adoc[strings].
+.Dynamic array field type object: xref:str-ft-obj.adoc[strings].
 ====
 [source,yaml]
 ----
 class: dynamic-array
-length: 22
 element-field-type:
   class: string
 ----
 ====
 
-.Dynamic array field type object: <<length-prop,five>> xref:static-array-ft-obj.adoc[static arrays] of 32{nbsp}double-precision xref:real-ft-obj.adoc[reals].
+.Dynamic array field type object: xref:static-array-ft-obj.adoc[static arrays] of 32{nbsp}double-precision xref:real-ft-obj.adoc[reals].
 ====
 [source,yaml]
 ----
 class: dynamic-array
-length: 5
 element-field-type:
   class: static-array
   length: 32
This page took 0.02377 seconds and 4 git commands to generate.