From: Wolfgang Bangerth Date: Fri, 2 Jun 2017 16:14:52 +0000 (-0600) Subject: Remove more outdated comments. X-Git-Tag: v9.0.0-rc1~1537^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4469%2Fhead;p=dealii.git Remove more outdated comments. --- diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index bf999593f5..c559539aef 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -1677,11 +1677,7 @@ private: public: /** - * List of possible output formats. - * - * The formats down the list with prefix Short and bit 6 and 7 set - * reproduce the old behavior of not writing comments or original values to - * the files. + * List of possible output formats used for ParameterHandler::print_parameters(). */ enum OutputStyle { @@ -1690,6 +1686,7 @@ public: * again. */ Text = 1, + /** * Write parameters as a LaTeX table. */