From fa94f331dcb711f82354689f0814a3f234b07000 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 2 Aug 2018 11:03:57 +0200 Subject: [PATCH] Fix doxygen documentation for DataOutBase::VtkFlags::write_higher_order_cells --- include/deal.II/base/data_out_base.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index d826959ed6..49f96fa1ea 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1154,18 +1154,16 @@ namespace DataOutBase * * Default is false. * - * @note The ability to write data that corresponds to higher - * order polynomials rather than simply linear or bilinear is a - * feature that was only introduced in VTK sometime in 2017 or - * 2018. You will need at least Paraview version 5.5 (released - * in the spring of 2018) or a similarly recent version of Visit - * for this feature to work (for example, Visit 2.13.2, released - * in May 2018, does not yet support this feature). Older - * versions of these programs are likely going to result in - * errors when trying to read files generated with this flag set - * to @p true. Experience with these programs shows that these - * error messages are likely going to be rather less descriptive - * and more obscure. + * @note The ability to write data that corresponds to higher order + * polynomials rather than simply linear or bilinear is a feature that was + * only introduced in VTK sometime in 2017 or 2018. You will need at least + * Paraview version 5.5 (released in the spring of 2018) or a similarly + * recent version of Visit for this feature to work (for example, + * Visit 2.13.2, released in May 2018, does not yet support this feature). + * Older versions of these programs are likely going to result in errors + * when trying to read files generated with this flag set to @p true. + * Experience with these programs shows that these error messages are likely + * going to be rather less descriptive and more obscure. */ bool write_higher_order_cells; -- 2.39.5