From 4eebeb0afb8083a1161a95b6ab55923061d5fe63 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 19 Jul 2005 08:24:10 +0000 Subject: [PATCH] add to Exceptions group git-svn-id: https://svn.dealii.org/trunk@11173 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 6 ++++++ 1 file changed, 6 insertions(+) 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, -- 2.39.5