From 7fc663003e758b025ccbba38af24a34edf723f36 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Apr 2023 14:34:55 -0600 Subject: [PATCH] Fix malformed @return statements. --- include/deal.II/cgal/utilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5