From b86fa398af75d8faddae65f5bdfd4c48b4a3e614 Mon Sep 17 00:00:00 2001 From: Tobias Leicht Date: Wed, 12 Sep 2007 07:40:25 +0000 Subject: [PATCH] Add one * to make class documentation of DataPostprocessor visible to doxygen. git-svn-id: https://svn.dealii.org/trunk@15197 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_postprocessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_postprocessor.h b/deal.II/deal.II/include/numerics/data_postprocessor.h index 553fec02bb..e24f1b8fe2 100644 --- a/deal.II/deal.II/include/numerics/data_postprocessor.h +++ b/deal.II/deal.II/include/numerics/data_postprocessor.h @@ -26,7 +26,7 @@ DEAL_II_NAMESPACE_OPEN -/* +/** * For the (graphical) output of a FE solution one frequently wants to include * derived quantities, which are calculated from the values of the solution and * possibly the first and second derivates of the solution. This class offers @@ -121,7 +121,7 @@ class DataPostprocessor: public Subscriptor * compute the derived quantities. This has * to be a combination of @p update_values, * @p update_gradients and @p - * update_second_derivatives. If the + * update_hessians. If the * DataPostprocessor is to be used in * combination with DataOutFaces, you may * also ask for a update of normals via the -- 2.39.5