From: Timo Heister Date: Sun, 5 Jan 2020 00:23:09 +0000 (-0500) Subject: fix a doxygen citation X-Git-Tag: v9.2.0-rc1~745^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9225%2Fhead;p=dealii.git fix a doxygen citation might be related to #9222 --- diff --git a/include/deal.II/particles/generators.h b/include/deal.II/particles/generators.h index bac34ab166..a65d8d2637 100644 --- a/include/deal.II/particles/generators.h +++ b/include/deal.II/particles/generators.h @@ -122,8 +122,8 @@ namespace Particles * (if option @p random_cell_selection set to true). In either case the position of * individual particles inside the cell is computed randomly. * - * The algorithm implemented in the function is described in @cite - * GLHPW2018. + * The algorithm implemented in the function is described in + * @cite GLHPW2018. * * @param[in] triangulation The triangulation associated with the @p particle_handler. *