From 985bfeb1fc90c54647b953c999b78aff7baee343 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 12 Nov 2024 14:54:46 +0100 Subject: [PATCH] Add MGTwoLevelTransfer and MGTransferMF to doxygen group 'mg' --- include/deal.II/multigrid/mg_transfer_global_coarsening.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/deal.II/multigrid/mg_transfer_global_coarsening.h b/include/deal.II/multigrid/mg_transfer_global_coarsening.h index cc5af174cc..b982d60e66 100644 --- a/include/deal.II/multigrid/mg_transfer_global_coarsening.h +++ b/include/deal.II/multigrid/mg_transfer_global_coarsening.h @@ -55,6 +55,11 @@ class MGTransferMF; #endif +/** + * @addtogroup mg + * @{ + */ + namespace mg { /** @@ -1410,6 +1415,7 @@ using MGTransferBlockGlobalCoarsening = MGTransferBlockMF; +/** @} */ #ifndef DOXYGEN -- 2.39.5