From ac9705ac7b0cf49d79c6c38e238a9d8f3203ce2d Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Fri, 10 May 2019 23:41:31 +0200 Subject: [PATCH] Make consistent the use of some doxygen keywords --- .../sd/symengine_scalar_operations.h | 16 +++++++-------- .../sd/symengine_tensor_operations.h | 20 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/include/deal.II/differentiation/sd/symengine_scalar_operations.h b/include/deal.II/differentiation/sd/symengine_scalar_operations.h index 8d02ff8ec7..86cc7518d0 100644 --- a/include/deal.II/differentiation/sd/symengine_scalar_operations.h +++ b/include/deal.II/differentiation/sd/symengine_scalar_operations.h @@ -246,11 +246,11 @@ namespace Differentiation * given by @p symbol, to the symbolic map @p substitution_map. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. * @@ -277,11 +277,11 @@ namespace Differentiation * functions. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. */ @@ -296,11 +296,11 @@ namespace Differentiation * map @p symbol_map. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. */ @@ -318,7 +318,7 @@ namespace Differentiation * functions. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * With this function it is possible to add entries from different types @@ -334,7 +334,7 @@ namespace Differentiation * @endcode * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. */ diff --git a/include/deal.II/differentiation/sd/symengine_tensor_operations.h b/include/deal.II/differentiation/sd/symengine_tensor_operations.h index c042e11916..ee781d4ae3 100644 --- a/include/deal.II/differentiation/sd/symengine_tensor_operations.h +++ b/include/deal.II/differentiation/sd/symengine_tensor_operations.h @@ -377,11 +377,11 @@ namespace Differentiation * map @p symbol_map. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. * @@ -402,11 +402,11 @@ namespace Differentiation * map @p symbol_map. * * For more context which this function is used, see the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_symbol_map(types::substitution_map &,const + * @ref add_to_symbol_map(types::substitution_map &,const * Expression &) function for a detailed discussion on the role of this * template argument. * @@ -467,7 +467,7 @@ namespace Differentiation * * It is possible to map symbolic types to other symbolic types * using this function. For more details on this, see the other - * \ref make_substitution_map(const Expression &,const ValueType &) + * @ref make_substitution_map(const Expression &,const ValueType &) * function. */ template @@ -482,7 +482,7 @@ namespace Differentiation * * It is possible to map symbolic types to other symbolic types * using this function. For more details on this, see the other - * \ref make_substitution_map(const Expression &,const ValueType &) + * @ref make_substitution_map(const Expression &,const ValueType &) * function. */ template @@ -505,11 +505,11 @@ namespace Differentiation * @p value_tensor. * * For more context which this function is used, see the other - * \ref add_to_substitution_map(types::substitution_map &,const + * @ref add_to_substitution_map(types::substitution_map &,const * Expression &, const Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_substitution_map(types::substitution_map &,const + * @ref add_to_substitution_map(types::substitution_map &,const * Expression &,const Expression &) function for a detailed * discussion on the role of this template argument. */ @@ -528,11 +528,11 @@ namespace Differentiation * their paired values extracted from the corresponding elements of the @p value_tensor. * * For more context which this function is used, see the other - * \ref add_to_substitution_map(types::substitution_map &,const + * @ref add_to_substitution_map(types::substitution_map &,const * Expression &, const Expression &) function. * * @tparam ignore_invalid_symbols See the other - * \ref add_to_substitution_map(types::substitution_map &,const + * @ref add_to_substitution_map(types::substitution_map &,const * Expression &,const Expression &) function for a detailed * discussion on the role of this template argument. */ -- 2.39.5