From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829b165c37560f4250a5eddb0d7ebeb4c144c182;p=dealii-svn.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