From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 07:32:53 +0000 (+0000) Subject: Make sure FiniteElement doesn't show up twice in the documentation. X-Git-Tag: v8.0.0~12533 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5273b7ddf95e42207c1373af5beec39622ee8a;p=dealii.git Make sure FiniteElement doesn't show up twice in the documentation. git-svn-id: https://svn.dealii.org/trunk@12142 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index b77a4e2fe8..c1749d2daa 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -29,9 +29,6 @@ namespace hp } -/*!@addtogroup febase */ -/*@{*/ - /** * Base class for finite elements in arbitrary dimensions. This class * provides several fields which describe a specific finite element @@ -2145,7 +2142,7 @@ class FiniteElement : public Subscriptor, friend class hp::FECollection; }; -/*@}*/ + //----------------------------------------------------------------------// template