From: wolf Date: Sun, 7 Nov 2004 23:46:09 +0000 (+0000) Subject: Clarify a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4dfaac7ef9bc9c7c328ff69697c69e4bcff684;p=dealii-svn.git Clarify a comment. git-svn-id: https://svn.dealii.org/trunk@9752 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 f8bfff284e..0a27eed15f 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -474,12 +474,13 @@ namespace Patterns /** * This pattern matches a list of - * comma-separated values each of - * which have to match a pattern - * given to the constructor. With - * to additional parameters, the - * number of elements this list has - * to have can be specified. + * comma-separated values each of which + * have to match a pattern given to the + * constructor. With two additional + * parameters, the number of elements this + * list has to have can be specified. If + * none is specified, the list may have + * zero or more entries. */ class List : public PatternBase {