From e4912b37822d4a460d3f22d38b0644979bd866ef Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 2 Jan 2017 00:13:40 -0500 Subject: [PATCH] Add a doxygen category for DoFTools exceptions. --- include/deal.II/dofs/dof_tools.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 67e17e2281..215e5aaa00 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -2358,6 +2358,13 @@ namespace DoFTools ConstraintMatrix &zero_boundary_constraints, const ComponentMask &component_mask = ComponentMask()); + /** + + /** + * @name Exceptions + * @{ + */ + /** * @todo Write description * @@ -2390,6 +2397,9 @@ namespace DoFTools * @ingroup Exceptions */ DeclException0 (ExcInvalidBoundaryIndicator); + /** + * @} + */ } -- 2.39.5