From 13564ea13824f7b759e60927fade40e81b920b03 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Wed, 4 Sep 2019 16:13:04 -0700 Subject: [PATCH] list within documentation of FunctionTime fixed --- include/deal.II/base/function_time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5