From: Wolfgang Bangerth Date: Tue, 6 Aug 2019 15:43:11 +0000 (-0600) Subject: Augment the documentation in one place. X-Git-Tag: v9.2.0-rc1~1209^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873383082bb411167a89b61eac63698e550705bf;p=dealii.git Augment the documentation in one place. --- diff --git a/include/deal.II/grid/grid_out.h b/include/deal.II/grid/grid_out.h index f708ecc004..aec8819a12 100644 --- a/include/deal.II/grid/grid_out.h +++ b/include/deal.II/grid/grid_out.h @@ -1159,7 +1159,9 @@ public: * further possible in order to visualize a certain property of the cells * such as their level or material id. A colorbar can be drawn to encode the * chosen coloring. Moreover, a cell label can be added, showing level - * index, etc. + * index, etc. Indeed, by using the set_flags() with an appropriately + * generated object of type GridOutFlags::Svg, many aspects of how and + * what is being visualized by this function can be customized. * * @note This function is currently only implemented for two-dimensional * grids in two space dimensions.