]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix malformed @return statements. 15052/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 7 Apr 2023 20:34:55 +0000 (14:34 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 7 Apr 2023 20:34:55 +0000 (14:34 -0600)
include/deal.II/cgal/utilities.h

index 041b10c7b888e25273e2044c47f8b864483e740c..3a264f927331817ed284092af22b6cd4a45cf7b0 100644 (file)
@@ -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<spacedim> The global quadrature rule on the polygon/polyhedron.
+   * @return The global quadrature rule on the polygon/polyhedron.
    */
   template <int dim0, int dim1, int spacedim>
   dealii::Quadrature<spacedim>
@@ -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<spacedim> The global quadrature rule on the polygon/polyhedron.
+   * @return The global quadrature rule on the polygon/polyhedron.
    */
   template <int dim0, int dim1, int spacedim>
   dealii::Quadrature<spacedim>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.