From ab1af87fdc7cc476be5f337fd076d693bb2b7c63 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 11 Sep 2017 09:14:18 -0400 Subject: [PATCH] document parallel::GridTools namespace otherwise the functions won't show up in doxygen --- include/deal.II/distributed/grid_tools.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/distributed/grid_tools.h b/include/deal.II/distributed/grid_tools.h index 3cc8761238..a16f9a2ee7 100644 --- a/include/deal.II/distributed/grid_tools.h +++ b/include/deal.II/distributed/grid_tools.h @@ -39,6 +39,9 @@ DEAL_II_NAMESPACE_OPEN namespace parallel { + /** + * This namespace defines parallel algorithms that operate on meshes. + */ namespace GridTools { /** -- 2.39.5