/**
* Calls the other interpolate_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim,spacedim>(1)</tt>. The same comments apply as for the
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>. The same comments apply as for the
* previous function, in particular about the use of the component mask and
* the requires size of the function object.
*
/**
* Calls the other interpolate_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>. The same comments apply as for the
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>. The same comments apply as for the
* previous function, in particular about the use of the component mask and
* the requires size of the function object.
*
/**
* Calls the other interpolate_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>. The same comments apply as for the
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>. The same comments apply as for the
* previous function, in particular about the use of the component mask and
* the requires size of the function object.
*
/**
* Calls the project_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>.
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>.
*/
template <int dim, int spacedim>
void project_boundary_values (const DoFHandler<dim,spacedim> &dof,
/**
* Calls the project_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>.
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>.
*/
template <int dim, int spacedim>
void project_boundary_values (const hp::DoFHandler<dim,spacedim> &dof,
/**
* Calls the project_boundary_values() function, see above, with
- * <tt>mapping=MappingQGeneric@<dim@>(1)</tt>.
+ * <tt>mapping=MappingQGeneric@<dim,spacedim@>(1)</tt>.
*
* @ingroup constraints
*/