From 5ab7fbb031215fda0efffc3c432548da891769e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Jun 2017 10:14:52 -0600 Subject: [PATCH] Remove more outdated comments. --- include/deal.II/base/parameter_handler.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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. */ -- 2.39.5