From: Marc Fehling Date: Thu, 18 Mar 2021 22:04:10 +0000 (-0600) Subject: Hide explicit instantiations in Utilities::MPI from doxygen. X-Git-Tag: v9.3.0-rc1~298^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a0f92038440789bd0136bbe6f0047245b290e0;p=dealii.git Hide explicit instantiations in Utilities::MPI from doxygen. --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 91b3ab81d4..619d5fa5bf 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -1188,6 +1188,8 @@ namespace Utilities } +#ifndef DOXYGEN + // explicit instantiations template bool logical_or(const bool &, const MPI_Comm &); @@ -1205,6 +1207,7 @@ namespace Utilities template std::set compute_set_union(const std::set &set, const MPI_Comm &comm); +#endif #include "mpi.inst" } // end of namespace MPI