From: Wolfgang Bangerth Date: Wed, 13 Apr 2011 19:06:22 +0000 (+0000) Subject: Ensure that doxygen doesn't eat leading asterisk (which here isn't a X-Git-Tag: v8.0.0~4165 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8954886ef5666fa5f24b94feb790838547459c7;p=dealii.git Ensure that doxygen doesn't eat leading asterisk (which here isn't a comment marker but a multiplication operator). git-svn-id: https://svn.dealii.org/trunk@23591 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index 9b20ff7702..5465698458 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -451,8 +451,7 @@ + mu_values[q_point] * scalar_product(phi_i_grad, transpose(phi_j_grad)) - ) - * + ) * fe_values.JxW(q_point); } } @@ -561,8 +560,7 @@ scalar_product (const Tensor<2,dim> &u, + 2 * (phi_i_symmgrad * phi_j_symmgrad) * - mu_values[q_point]) - * + mu_values[q_point]) * fe_values.JxW(q_point)); } }