From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 16 Feb 2018 15:24:45 +0000 (-0500)
Subject: followup: document Functions::LSingularityFunction
X-Git-Tag: v9.0.0-rc1~429^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cc153268c455b1e4cf8f5ccb475b99decb0202;p=dealii.git

followup: document Functions::LSingularityFunction
---

diff --git a/include/deal.II/base/function_lib.h b/include/deal.II/base/function_lib.h
index 48747e85bd..07a93a85d3 100644
--- a/include/deal.II/base/function_lib.h
+++ b/include/deal.II/base/function_lib.h
@@ -352,8 +352,8 @@ namespace Functions
    * Harmonic singularity on the L-shaped domain in 2D.
    *
    * The function is given in polar coordinates by $r^{\frac{2}{3}}
-   * sin(\frac{2}{3} \phi)$ with a singularity in the origin and should be
-   * used with GridGenerator::hyper_L.
+   * \sin(\frac{2}{3} \phi)$ with a singularity at the origin and should be
+   * used with GridGenerator::hyper_L().
    *
    * @ingroup functions
    * @author Guido Kanschat