From: bangerth Date: Thu, 19 Dec 2013 12:57:43 +0000 (+0000) Subject: Improve documentation slightly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5596417d9a06785c3239354029d037d6245d23;p=dealii-svn.git Improve documentation slightly. git-svn-id: https://svn.dealii.org/trunk@32063 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/table_handler.h b/deal.II/include/deal.II/base/table_handler.h index 314a83a7b9..d4867d7927 100644 --- a/deal.II/include/deal.II/base/table_handler.h +++ b/deal.II/include/deal.II/base/table_handler.h @@ -387,25 +387,25 @@ public: * new_order includes the * keys and superkeys of the * columns and supercolumns in - * the order the user like to. + * the order the user would like them to be output. * If a superkey is included the * keys of the subcolumns need - * not to be additionally + * not be explicitly * mentioned in this vector. The * order of subcolumns within a * supercolumn is not changeable - * and keeps the order in which + * and remains in the order in which * the columns are added to the * supercolumn. * * This function may also be used * to break big tables with too * many columns into smaller - * ones. Call this function with - * the first e.g. five columns - * and then write_*. - * Afterwards call this function - * with the next e.g. five + * ones. For example, you can call this function with + * the first five columns + * and then call one of the write_* functions, + * then call this function + * with the next five * columns and again write_*, * and so on. */