]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Hide explicit instantiations in Utilities::MPI from doxygen. 11941/head
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 18 Mar 2021 22:04:10 +0000 (16:04 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 18 Mar 2021 22:04:10 +0000 (16:04 -0600)
source/base/mpi.cc

index 91b3ab81d4b817ecbbcb24a62480c8074c11ec75..619d5fa5bf477b56bd0a6a91ec3c08e9b71fa905 100644 (file)
@@ -1188,6 +1188,8 @@ namespace Utilities
     }
 
 
+#ifndef DOXYGEN
+    // explicit instantiations
     template bool
     logical_or<bool>(const bool &, const MPI_Comm &);
 
@@ -1205,6 +1207,7 @@ namespace Utilities
 
     template std::set<unsigned int>
     compute_set_union(const std::set<unsigned int> &set, const MPI_Comm &comm);
+#endif
 
 #include "mpi.inst"
   } // end of namespace MPI

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.