From 8ffc4c758bdf8b88de053a1c3504277469e7dce6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:52:48 -0600 Subject: [PATCH] We can't have two @ingroup statements for one function, apparently. --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5