From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:52:48 +0000 (-0600) Subject: We can't have two @ingroup statements for one function, apparently. X-Git-Tag: v8.3.0-rc1~454^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F555%2Fhead;p=dealii.git We can't have two @ingroup statements for one function, apparently. --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index da90f4e4d7..a2d0b0a02b 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1143,7 +1143,7 @@ namespace GridTools * boundary_ids are left untouched. * * @ingroup manifold - * @ingroup boundary + * @relatesalso boundary * * @author Luca Heltai, 2015 */