From dce8c1f06a0d8745f35dbf4a3fac7ad7531ead80 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 19 Apr 2004 16:35:40 +0000 Subject: [PATCH] More for doxygen. git-svn-id: https://svn.dealii.org/trunk@9052 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_base.h | 2 +- deal.II/deal.II/include/fe/fe_dgp_monomial.h | 2 +- deal.II/deal.II/include/fe/fe_dgq.h | 2 +- deal.II/deal.II/include/fe/fe_q.h | 2 +- deal.II/deal.II/include/fe/fe_raviart_thomas.h | 2 +- deal.II/deal.II/include/fe/fe_system.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index 4edf14c228..47eddf1d45 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -834,7 +834,7 @@ class FiniteElementBase : public Subscriptor, * interpolation from a given * element, then they must throw * an exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented}. + * FiniteElementBase::ExcInterpolationNotImplemented. */ virtual void get_interpolation_matrix (const FiniteElementBase &source, diff --git a/deal.II/deal.II/include/fe/fe_dgp_monomial.h b/deal.II/deal.II/include/fe/fe_dgp_monomial.h index 5467583e41..a6beb98cb3 100644 --- a/deal.II/deal.II/include/fe/fe_dgp_monomial.h +++ b/deal.II/deal.II/include/fe/fe_dgp_monomial.h @@ -68,7 +68,7 @@ class FE_DGPMonomial : public FE_Poly,dim> * element is also a @p FE_Q * element. Otherwise, an * exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented} + * FiniteElementBase::ExcInterpolationNotImplemented * is thrown. */ virtual void diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 64295bd05b..dc1908e4c4 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -68,7 +68,7 @@ class FE_DGQ : public FE_Poly,dim> * element is also a @p FE_DGQ * element. Otherwise, an * exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented} + * FiniteElementBase::ExcInterpolationNotImplemented * is thrown. */ virtual void diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 7c6dc5d5ed..0405505abd 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -269,7 +269,7 @@ class FE_Q : public FE_Poly,dim> * element is also a @p FE_Q * element. Otherwise, an * exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented} + * FiniteElementBase::ExcInterpolationNotImplemented * is thrown. */ virtual void diff --git a/deal.II/deal.II/include/fe/fe_raviart_thomas.h b/deal.II/deal.II/include/fe/fe_raviart_thomas.h index 0f0b72e7b9..60051acb76 100644 --- a/deal.II/deal.II/include/fe/fe_raviart_thomas.h +++ b/deal.II/deal.II/include/fe/fe_raviart_thomas.h @@ -221,7 +221,7 @@ class FE_RaviartThomas : public FiniteElement * element is also a Raviart * Thomas element. Otherwise, an * exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented} + * FiniteElementBase::ExcInterpolationNotImplemented * is thrown. */ virtual void diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index 417062cb97..a4e4b870e9 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -314,7 +314,7 @@ class FESystem : public FiniteElement * @p get_interpolation_matrix * functions. Otherwise, an * exception of type - * @ref{FiniteElementBase::ExcInterpolationNotImplemented} + * FiniteElementBase::ExcInterpolationNotImplemented * is thrown. */ virtual void -- 2.39.5