From: Daniel Arndt Date: Thu, 21 Jun 2018 20:41:25 +0000 (+0200) Subject: Fix comments in @code blocks in physics headers X-Git-Tag: v9.1.0-rc1~948^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a332cf365d41b5b29c44db56bba4ecea72c6ff5;p=dealii.git Fix comments in @code blocks in physics headers --- diff --git a/include/deal.II/physics/notation.h b/include/deal.II/physics/notation.h index 48c65c65e4..d897bc39ef 100644 --- a/include/deal.II/physics/notation.h +++ b/include/deal.II/physics/notation.h @@ -455,11 +455,14 @@ namespace Physics * Tensor<3,dim> r3_tnsr; // All elements filled differently * Tensor<3,dim> r3_symm_tnsr; // Some elements filled symmetrically * - * const FullMatrix mtrx_1 - * = Physics::Notation::to_matrix,Tensor<1,dim> - * >(r3_tnsr); const FullMatrix mtrx_2 = - * Physics::Notation::to_matrix,SymmetricTensor<2,dim> - * >(r3_symm_tnsr); + * const FullMatrix mtrx_1 = + * Physics::Notation::to_matrix, + * Tensor<1,dim>*>(r3_tnsr); + * const FullMatrix mtrx_2 = + * Physics::Notation::to_matrix, + * SymmetricTensor<2,dim>*>(r3_symm_tnsr); * @endcode * the matrix @p mtrx_1 will have $dim \times dim$ rows and $dim$ columns * (i.e. size Tensor<2,dim>::n_independent_components $\times$