From 0daf34402c3732ffd7065b9cada32f6bc36ba4cf Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 24 Sep 2019 22:32:48 +0200 Subject: [PATCH] Make p:f:t:Utilities visible in Doxygen --- include/deal.II/distributed/fully_distributed_tria_util.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/deal.II/distributed/fully_distributed_tria_util.h b/include/deal.II/distributed/fully_distributed_tria_util.h index c2bc3a6ceb..1a03ad9cfe 100644 --- a/include/deal.II/distributed/fully_distributed_tria_util.h +++ b/include/deal.II/distributed/fully_distributed_tria_util.h @@ -24,6 +24,11 @@ namespace parallel { namespace fullydistributed { + /** + * A namespace for fully distributed triangulation utility functions. + * + * @ingroup fullydistributed + */ namespace Utilities { /** -- 2.39.5