From: Guido Kanschat Date: Tue, 19 Jul 2005 08:24:10 +0000 (+0000) Subject: add to Exceptions group X-Git-Tag: v8.0.0~13393 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eebeb0afb8083a1161a95b6ab55923061d5fe63;p=dealii.git add to Exceptions group git-svn-id: https://svn.dealii.org/trunk@11173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 456bc5a231..48cc8571f6 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -163,14 +163,20 @@ class FiniteElement : public FiniteElementBase /** * Exception + * + * @ingroup Exceptions */ DeclException0 (ExcBoundaryFaceUsed); /** * Exception + * + * @ingroup Exceptions */ DeclException0 (ExcJacobiDeterminantHasWrongSign); /** * Exception + * + * @ingroup Exceptions */ DeclException1 (ExcComputationNotUseful, int,