/**
* Implementation of a scalar Lagrange finite element $P_k$ that yields
* the finite element space of continuous, piecewise polynomials of
- * degree k.
+ * degree $k$.
*
* @ingroup simplex
*/
/**
- * Implementation of a scalar Lagrange finite element Pp that yields
- * the finite element space of discontinuous, piecewise polynomials of
- * degree p.
+ * Implementation of a scalar discontinuous Lagrange finite element
+ * $P_k$, sometimes denoted as $P_{-k}$, that yields the finite
+ * element space of discontinuous, piecewise polynomials of degree
+ * $k$.
*
* @ingroup simplex
*/
/**
* Implementation of a scalar Lagrange finite element on a wedge that yields
* the finite element space of continuous, piecewise polynomials of
- * degree p.
+ * degree $k$.
*
* @ingroup simplex
*/
/**
* Implementation of a scalar Lagrange finite element on a wedge that yields
* the finite element space of discontinuous, piecewise polynomials of
- * degree p.
+ * degree $k$.
*
* @ingroup simplex
*/
/**
* Implementation of a scalar Lagrange finite element on a pyramid that yields
* the finite element space of continuous, piecewise polynomials of
- * degree p.
+ * degree $k$.
*
* @ingroup simplex
*/
/**
* Implementation of a scalar Lagrange finite element on a pyramid that yields
* the finite element space of discontinuous, piecewise polynomials of
- * degree p.
+ * degree $k$.
*
* @ingroup simplex
*/