From ab4dfaac7ef9bc9c7c328ff69697c69e4bcff684 Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 7 Nov 2004 23:46:09 +0000 Subject: [PATCH] Clarify a comment. git-svn-id: https://svn.dealii.org/trunk@9752 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parameter_handler.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 { -- 2.39.5