From 336320323500901302f09bf4e6910bffda1b521e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Jan 2006 06:33:53 +0000 Subject: [PATCH] DoFObjectAccessor class was put into a group twice. Avoid this. git-svn-id: https://svn.dealii.org/trunk@12162 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 9746526c0f..5e492a7e6c 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -263,13 +263,8 @@ class DoFObjectAccessor_Inheritance * documentation directory. * * @ingroup dofs - * @author Wolfgang Bangerth, 1998; Guido Kanschat, 1999 - * - * (Internal: inheritance is necessary for the general template due to - * a compiler error.) - * - * @ingroup dofs * @ingroup Accessors + * @author Wolfgang Bangerth, 1998; Guido Kanschat, 1999 */ template class DH> class DoFObjectAccessor : public DoFAccessor, -- 2.39.5