From: David Wells Date: Mon, 2 Jan 2017 05:13:40 +0000 (-0500) Subject: Add a doxygen category for DoFTools exceptions. X-Git-Tag: v8.5.0-rc1~296^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4912b37822d4a460d3f22d38b0644979bd866ef;p=dealii.git Add a doxygen category for DoFTools exceptions. --- 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); + /** + * @} + */ }