*
* In particular, you can specify the following template arguments
*
- * - @p n_matrices: Size of the array of matrices
- * - @p n_vectors: size of the array of vectors
- * - @p n_dof_indices: size of the array of local dof indices
+ * - @tparam n_matrices: Size of the array of matrices
+ * - @tparam n_vectors: size of the array of vectors
+ * - @tparam n_dof_indices: size of the array of local dof indices
*
* @author Luca Heltai, 2019.
*/
* When using this class, please cite
* @code{.bib}
* @article{SartoriGiulianiBardelloni-2018-a,
- * Author = {Sartori, Alberto and Giuliani, Nicola and
+ * Author = {Sartori, Alberto and Giuliani, Nicola and
* Bardelloni, Mauro and Heltai, Luca},
* Journal = {SoftwareX},
- * Pages = {318--327},
- * Title = {{deal2lkit: A toolkit library for high performance
- * programming in deal.II}},
- * Doi = {10.1016/j.softx.2018.09.004},
- * Volume = {7},
- * Year = {2018}}
+ * Pages = {318--327},
+ * Title = {{deal2lkit: A toolkit library for high performance
+ * programming in deal.II}},
+ * Doi = {10.1016/j.softx.2018.09.004},
+ * Volume = {7},
+ * Year = {2018}}
* @endcode
*
* @author Luca Heltai, 2019.