From: Timo Heister Date: Mon, 11 Sep 2017 13:14:18 +0000 (-0400) Subject: document parallel::GridTools namespace X-Git-Tag: v9.0.0-rc1~1100^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5053%2Fhead;p=dealii.git document parallel::GridTools namespace otherwise the functions won't show up in doxygen --- 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 { /**