From 8779c4176dd167ee8548b027476c4c8a2ad5d5c3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 6 Apr 2016 11:46:59 +0200 Subject: [PATCH] fix wrong wrapping --- include/deal.II/dofs/dof_tools.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 11715c30fe..e36be1c736 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -204,8 +204,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 * @{ */ /** -- 2.39.5