From 28d1d2a508ccdb7282c6a0e35a0034afc2044ee6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Thu, 16 May 2019 20:24:10 +0200 Subject: [PATCH] Remove doxygen format from a comment block --- .../differentiation/sd/symengine_math.h | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/include/deal.II/differentiation/sd/symengine_math.h b/include/deal.II/differentiation/sd/symengine_math.h index f67d98be73..736eddef8b 100644 --- a/include/deal.II/differentiation/sd/symengine_math.h +++ b/include/deal.II/differentiation/sd/symengine_math.h @@ -30,19 +30,18 @@ namespace Differentiation { namespace SD { - /** - * @name Mathematical functions - * - * It is necessary that all computed inputs to SymEngine functions are - * of type SymEngine::RCP. So we instead simply offer a - * unified interface to Expression types and with other permutations of - * numbers we convert between them. - * - * For a full list of functions that we (ultimately) expect to support, see - * http://www.cplusplus.com/reference/cmath/. Those that are currently - * supported are extracted from symengine/{functions,pow}.h; - * symengine/type_codes.inc. - */ + // Mathematical functions: + // + // It is necessary that all computed inputs to SymEngine functions are + // of type SymEngine::RCP. So we instead simply offer a + // unified interface to Expression types and with other permutations of + // numbers we convert between them. + // + // For a full list of functions that we (ultimately) expect to support, see + // http://www.cplusplus.com/reference/cmath/. Those that are currently + // supported are extracted from symengine/{functions,pow}.h; + // symengine/type_codes.inc. + /** * @name Power functions -- 2.39.5