From 9d05080e4c90527cfe08730e538fa2113b84a95e Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 30 Nov 1999 14:28:47 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1959 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index c50333670c..12e3e7ac0c 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -262,7 +262,7 @@ * details of the viewpoint, light source, etc. * * - * @author Wolfgang Bangerth 1999; EPS output based on an earlier implementation by Stefan Nauber for the old DataOut class + * @author Wolfgang Bangerth 1999; EPS output based on an earlier implementation by Stefan Nauber for the old DataOut class; Povray output by Thomas Richter 1999 */ class DataOutBase { @@ -436,9 +436,11 @@ class DataOutBase }; /** - * Flags describing the details of - * output in Povray format. At - * present no flags are implemented. + * Flags describing the details + * of output in Povray + * format. Several flags are + * implemented, see their + * respective documentation. */ struct PovrayFlags { -- 2.39.5