From 431cc648927fc59e1173b7791e7655d591759835 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 10 Apr 2019 18:50:34 +0200 Subject: [PATCH] Comments. --- include/deal.II/meshworker/copy_data.h | 6 +++--- include/deal.II/meshworker/scratch_data.h | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/deal.II/meshworker/copy_data.h b/include/deal.II/meshworker/copy_data.h index 252f4bab6e..d3c1549e3f 100644 --- a/include/deal.II/meshworker/copy_data.h +++ b/include/deal.II/meshworker/copy_data.h @@ -40,9 +40,9 @@ namespace MeshWorker * * 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. */ diff --git a/include/deal.II/meshworker/scratch_data.h b/include/deal.II/meshworker/scratch_data.h index c249357c08..6b46628616 100644 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@ -212,15 +212,15 @@ namespace MeshWorker * 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. -- 2.39.5