From c5b907702450ea2703184513d351365ec9e8e387 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 11 Mar 2018 22:20:23 -0600 Subject: [PATCH] Fix a couple of places in the documentation of a function. --- include/deal.II/base/parameter_handler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index 0635f28027..d1f4ee2d91 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -964,11 +964,11 @@ public: virtual void parse_input_from_xml (std::istream &input); /** - * Parse input from an JSON stream to populate known parameter fields. This + * Parse input from a JSON stream to populate known parameter fields. This * could be from a file originally written by the print_parameters() function - * using the XML output style and then modified by hand as necessary, or from - * a file written using this method and then modified by the graphical - * parameter GUI (see the general documentation of this class). + * using the JSON output style and then modified by hand as necessary, or from + * a separate program that knows how to write JSON format for ParameterHandler + * input. */ virtual void parse_input_from_json (std::istream &input); -- 2.39.5