diff --git a/doc/texinfo/opt_fields.texi b/doc/texinfo/opt_fields.texi
index f33b19589f05fa7e652c3f754d385a8f198a8890..631634a963914b13248e9609190d32b80e0c4fea 100644
--- a/doc/texinfo/opt_fields.texi
+++ b/doc/texinfo/opt_fields.texi
@@ -92,6 +92,14 @@ default value: @code{@{@}}
 Indices of nodes in the geometric model@*
 type: list@*
 default value: @code{@{@}}
+@item Quads
+Generate recombined elements in the boundary layer@*
+type: integer@*
+default value: @code{0}
+@item fan_angle
+Threshold angle for creating a mesh fan in the boundary layer@*
+type: float@*
+default value: @code{30}
 @item hfar
 Element size far from the wall@*
 type: float@*
@@ -169,6 +177,10 @@ Options:@*
 File name for the centerlines@*
 type: string@*
 default value: @code{"centerlines.vtk"}
+@item nbPoints
+Number of mesh elements in a circle@*
+type: integer@*
+default value: @code{25}
 @end table
 
 Actions:@*
diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi
index 5e58ac16198b3f33d1bd408e265ffb12af20f0f0..510a65b9d72cc39957b0f9438975f6790df2bad7 100644
--- a/doc/texinfo/opt_mesh.texi
+++ b/doc/texinfo/opt_mesh.texi
@@ -39,6 +39,11 @@ Write mesh files in binary format (if possible)@*
 Default value: @code{0}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Mesh.CgnsImportOrder
+Enable the creation of high-order mesh from CGNS structured meshes.(1, 2, 4, 8, ...)@*
+Default value: @code{1}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Mesh.ChacoArchitecture
 (Adv. Chaco): Parallel architecture topology (0=hypercube, 1-3=mesh dimensions)@*
 Default value: @code{1}@*