From: Wolfgang Bangerth Date: Fri, 22 May 1998 07:36:56 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22927 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048731b10112fee222eefd7209f7fcd37324be31;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@327 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index cc2f52c8b6..19e6c989ef 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -1083,7 +1083,8 @@ class MultipleParameterLoop : public ParameterHandler { private: /** * Declare what a multiple entry is: a variant - * entry ({...}) or an array ({{...}}) + * entry (in curly braces #{}#) or an + * array (in double curly braces #{{}}#). */ enum MultipleEntryType { variant, array diff --git a/deal.II/deal.II/include/numerics/data_io.h b/deal.II/deal.II/include/numerics/data_io.h index 08844019b0..d781afaaf3 100644 --- a/deal.II/deal.II/include/numerics/data_io.h +++ b/deal.II/deal.II/include/numerics/data_io.h @@ -341,9 +341,9 @@ class DataOut { /** * Add a data vector together with its * name and the physical unit - * (e.g. meter, kelvin, etc). By default, - * "" is assumed for the - * units. + * (for example meter, kelvin, etc). By + * default, "" is assumed + * for the units. * * A pointer to the vector is stored, so * you have to make sure the vector