From: Luca Heltai Date: Wed, 10 Apr 2019 16:50:34 +0000 (+0200) Subject: Comments. X-Git-Tag: v9.1.0-rc1~210^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=431cc648927fc59e1173b7791e7655d591759835;p=dealii.git Comments. --- 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.