From: Timo Heister Date: Mon, 13 Feb 2023 14:35:38 +0000 (-0500) Subject: doc: fix GridGenerator::convert_hypercube_to_simplex_mesh X-Git-Tag: v9.5.0-rc1~551^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14790%2Fhead;p=dealii.git doc: fix GridGenerator::convert_hypercube_to_simplex_mesh --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 9747f51a85..4c54a0cd1e 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -2275,6 +2275,9 @@ namespace GridGenerator convert_hypercube_to_simplex_mesh(const Triangulation &in_tria, Triangulation &out_tria); + // Doxygen will not show the function above if we include the + // specialization. +#ifndef DOXYGEN /** * Specialization of the above function for 1d: simply copy triangulation. */ @@ -2282,7 +2285,7 @@ namespace GridGenerator void convert_hypercube_to_simplex_mesh(const Triangulation<1, spacedim> &in_tria, Triangulation<1, spacedim> & out_tria); - +#endif /** * Namespace Airfoil contains classes and functions in order to create a