]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a couple of places in the documentation of a function. 5993/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 12 Mar 2018 04:20:23 +0000 (22:20 -0600)
committerGitHub <noreply@github.com>
Mon, 12 Mar 2018 04:20:23 +0000 (22:20 -0600)
include/deal.II/base/parameter_handler.h

index 0635f280275a1c8f727fb021a817e5a1340d9b03..d1f4ee2d91c23b9ec0658788ec40ef938087a7f7 100644 (file)
@@ -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);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.