From: Wolfgang Bangerth Date: Fri, 2 Jun 2017 16:11:21 +0000 (-0600) Subject: Remove an outdated comment. X-Git-Tag: v9.0.0-rc1~1537^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff9fa39f472c181d90d5bc91ce4df1185cb6a1a;p=dealii.git Remove an outdated comment. --- diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index 197277e9f4..bf999593f5 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -2022,8 +2022,7 @@ public: /** - * Print all parameters with the given style to out. Presently only - * Text, LaTeX and XML are implemented. + * Print all parameters with the given style to out. * * In Text format, the output is formatted in such a way that it is * possible to use it for later input again. This is most useful to record