From: Wolfgang Bangerth Date: Mon, 14 Feb 2022 04:54:59 +0000 (-0700) Subject: Augment a doc string. X-Git-Tag: v9.4.0-rc1~495^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d40971f1867c710209588645a906a2293a3744;p=dealii.git Augment a doc string. --- diff --git a/include/deal.II/base/table_indices.h b/include/deal.II/base/table_indices.h index 435063080a..35d408b72c 100644 --- a/include/deal.II/base/table_indices.h +++ b/include/deal.II/base/table_indices.h @@ -58,7 +58,9 @@ public: * arguments @p indices * * This constructor will result in a compiler error if - * the template argument @p N is different from the number of the arguments. + * the number of arguments given is different from the number of the + * indices this class stores (i.e., the template argument `N` of + * this class), or if any of the arguments is not of some integer type. */ template constexpr TableIndices(const T... indices);