From: Tobias Leicht Date: Wed, 12 Sep 2007 07:40:25 +0000 (+0000) Subject: Add one * to make class documentation of DataPostprocessor visible to doxygen. X-Git-Tag: v8.0.0~9861 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86fa398af75d8faddae65f5bdfd4c48b4a3e614;p=dealii.git 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 --- 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