From c0308c82851e6b9484c95b8456dfc4b1ee07b6e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Jan 2016 22:13:43 -0600 Subject: [PATCH] Fix doxygen markup. doxygen generates unpleasantly looking markup if the text that goes with a '@name' tag is spread over two lines. Fix this. --- include/deal.II/dofs/dof_tools.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index e81c65949d..8e1054131b 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -209,8 +209,7 @@ namespace DoFTools }; /** - * @name Functions to support code that generically uses both DoFHandler and - * hp::DoFHandler + * @name Functions to support code that generically uses both DoFHandler and hp::DoFHandler * @{ */ /** @@ -1185,8 +1184,7 @@ namespace DoFTools */ /** - * @name Identifying subsets of degrees of freedom with particular - * properties + * @name Identifying subsets of degrees of freedom with particular properties * @{ */ -- 2.39.5