From: Jean-Paul Pelteret Date: Thu, 16 May 2019 18:24:10 +0000 (+0200) Subject: Remove doxygen format from a comment block X-Git-Tag: v9.2.0-rc1~1484^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8205%2Fhead;p=dealii.git Remove doxygen format from a comment block --- 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