From: Martin Kronbichler Date: Tue, 12 Nov 2024 13:54:46 +0000 (+0100) Subject: Add MGTwoLevelTransfer and MGTransferMF to doxygen group 'mg' X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=985bfeb1fc90c54647b953c999b78aff7baee343;p=dealii.git Add MGTwoLevelTransfer and MGTransferMF to doxygen group 'mg' --- 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