From: Wolfgang Bangerth Date: Fri, 7 Apr 2023 20:34:55 +0000 (-0600) Subject: Fix malformed @return statements. X-Git-Tag: v9.5.0-rc1~357^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15052%2Fhead;p=dealii.git Fix malformed @return statements. --- diff --git a/include/deal.II/cgal/utilities.h b/include/deal.II/cgal/utilities.h index 041b10c7b8..3a264f9273 100644 --- a/include/deal.II/cgal/utilities.h +++ b/include/deal.II/cgal/utilities.h @@ -221,7 +221,7 @@ namespace CGALWrappers * @param [in] bool_op The BooleanOperation to be performed. * @param [in] mapping0 Mapping object for the first cell. * @param [in] mapping1 Mapping object for the first cell. - * @return [out] Quadrature The global quadrature rule on the polygon/polyhedron. + * @return The global quadrature rule on the polygon/polyhedron. */ template dealii::Quadrature @@ -250,7 +250,7 @@ namespace CGALWrappers * @param [in] mapping0 Mapping object for the first cell. * @param [in] mapping1 Mapping object for the first cell. * @param [in] degree The degree of accuracy you wish to get for the global quadrature formula. - * @return [out] Quadrature The global quadrature rule on the polygon/polyhedron. + * @return The global quadrature rule on the polygon/polyhedron. */ template dealii::Quadrature