From: Daniel Arndt Date: Wed, 28 Feb 2018 00:45:58 +0000 (+0100) Subject: Replace @related by @relatesalso X-Git-Tag: v9.0.0-rc1~378^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d87ef425a7f84954d246eec0695947a860479e;p=dealii.git Replace @related by @relatesalso --- diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index 75ec662f90..5a45694145 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -3782,7 +3782,7 @@ scalar_product (const Tensor<2,dim,Number> &t1, * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor + * @relatesalso SymmetricTensor * @author Wolfgang Bangerth, 2005 */ template @@ -3809,7 +3809,7 @@ double_contract (SymmetricTensor<2,1,typename ProductType:: * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor + * @relatesalso SymmetricTensor * @author Wolfgang Bangerth, 2005 */ template @@ -3836,7 +3836,7 @@ double_contract (SymmetricTensor<2,1,typename ProductType:: * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor @author Wolfgang Bangerth, 2005 + * @relatesalso SymmetricTensor @author Wolfgang Bangerth, 2005 */ template inline @@ -3868,7 +3868,7 @@ double_contract (SymmetricTensor<2,2,typename ProductType:: * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor + * @relatesalso SymmetricTensor * @author Wolfgang Bangerth, 2005 */ template @@ -3901,7 +3901,7 @@ double_contract (SymmetricTensor<2,2,typename ProductType:: * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor + * @relatesalso SymmetricTensor * @author Wolfgang Bangerth, 2005 */ template @@ -3937,7 +3937,7 @@ double_contract (SymmetricTensor<2,3,typename ProductType:: * magnitude faster. This function mostly exists for compatibility purposes * with the general tensor class. * - * @related SymmetricTensor + * @relatesalso SymmetricTensor * @author Wolfgang Bangerth, 2005 */ template