* accordingly.
*
* The name must be in the form which is returned by the
- * FiniteElement::get_name function, where a few modifications are allowed:
- *
- * <ul>
- * <li> Dimension template parameters <2> etc. can be
+ * FiniteElement::get_name function, where dimension template parameters <2> etc. can be
* omitted. Alternatively, the explicit number can be replaced by
* <tt>dim</tt> or <tt>d</tt>. If a number is given, it <b>must</b> match
* the template parameter of this function.
*
- * <li> The powers used for FESystem may either be numbers or can be
+ * The names of FESystem elements follow the pattern <code>FESystem[FE_Base1^p1-FE_Base2^p2]</code>
+ * The powers <code>p1</code> etc. may either be numbers or can be
* replaced by <tt>dim</tt> or <tt>d</tt>.
- * </ul>
+ *
*
* If no finite element can be reconstructed from this string, an exception
* of type @p FETools::ExcInvalidFEName is thrown.