From: Reza Rastak Date: Wed, 4 Sep 2019 23:13:04 +0000 (-0700) Subject: list within documentation of FunctionTime fixed X-Git-Tag: v9.2.0-rc1~1137^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8702%2Fhead;p=dealii.git list within documentation of FunctionTime fixed --- diff --git a/include/deal.II/base/function_time.h b/include/deal.II/base/function_time.h index 22677d94ba..d68b06226a 100644 --- a/include/deal.II/base/function_time.h +++ b/include/deal.II/base/function_time.h @@ -34,11 +34,11 @@ DEAL_II_NAMESPACE_OPEN * ConstantFunction etc also work for time dependent problems. * * Access to the time goes through the following functions: - * @verbatim + * * The latter two functions are virtual, so that derived classes can perform * computations which need only be done once for every new time. For example, * if a time dependent function had a factor sin(t), then it may be a