From: Wolfgang Bangerth Date: Mon, 25 Jan 2016 04:13:43 +0000 (-0600) Subject: Fix doxygen markup. X-Git-Tag: v8.4.0-rc2~53^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0308c82851e6b9484c95b8456dfc4b1ee07b6e4;p=dealii.git Fix doxygen markup. doxygen generates unpleasantly looking markup if the text that goes with a '@name' tag is spread over two lines. Fix this. --- 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 * @{ */