From: Guido Kanschat Date: Tue, 28 Dec 2004 17:41:01 +0000 (+0000) Subject: documentation improved X-Git-Tag: v8.0.0~14627 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5bb3507a8340b2368d0abde6ce5fd84db18766;p=dealii.git documentation improved git-svn-id: https://svn.dealii.org/trunk@9863 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index de703360f0..63ab0f8114 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -29,8 +29,8 @@ template class MappingQ; * This is a discontinuous finite element based on tensor products of * Lagrangian polynomials. The shape functions are Lagrangian * interpolants of an equidistant grid of points on the unit cell. The - * points are numbered in lexicographical order, with @p x running - * fastest, then @p y, then @z (if these coordinates are present for a + * points are numbered in lexicographical order, with x running + * fastest, then y, then z (if these coordinates are present for a * given space dimension at all). For example, these are the node * orderings for FE_DGQ(1) in 3d: * @verbatim @@ -65,7 +65,7 @@ template class MappingQ; * since there are no continuity requirements for these shape * functions across cell boundaries. * - * @author Ralf Hartmann, 2001, 2004, Guido Kanschat 2001 + * @author Ralf Hartmann, Guido Kanschat 2001, 2004 */ template class FE_DGQ : public FE_Poly,dim> @@ -73,7 +73,7 @@ class FE_DGQ : public FE_Poly,dim> public: /** * Constructor for tensor product - * polynomials of degree @p p. + * polynomials of degree p. */ FE_DGQ (const unsigned int p); @@ -81,8 +81,8 @@ class FE_DGQ : public FE_Poly,dim> * Return a string that uniquely * identifies a finite * element. This class returns - * @p FE_DGQ(degree) , with - * @p dim and @p degree + * FE_DGQ(degree) , with + * dim and degree * replaced by appropriate * values. */