From: Reza Rastak <rastak@stanford.edu> 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=13564ea13824f7b759e60927fade40e81b920b03;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 * <tt>ConstantFunction</tt> etc also work for time dependent problems. * * Access to the time goes through the following functions: - * @verbatim + * <ul> * <li> <tt>get_time</tt>: return the present value of the time variable. * <li> <tt>set_time</tt>: set the time value to a specific value. * <li> <tt>advance_time</tt>: increase the time by a certain time step. - * @endverbatim + * </ul> * 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 <tt>sin(t)</tt>, then it may be a