From 60a0f92038440789bd0136bbe6f0047245b290e0 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 18 Mar 2021 16:04:10 -0600 Subject: [PATCH] Hide explicit instantiations in Utilities::MPI from doxygen. --- source/base/mpi.cc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5