From: Wolfgang Bangerth Date: Mon, 12 Mar 2018 04:20:23 +0000 (-0600) Subject: Fix a couple of places in the documentation of a function. X-Git-Tag: v9.0.0-rc1~337^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5993%2Fhead;p=dealii.git Fix a couple of places in the documentation of a function. --- 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);