From: Luca Heltai Date: Tue, 21 Dec 2021 15:59:06 +0000 (+0100) Subject: Make sure doxygen does not format all combinations of couplings. X-Git-Tag: v9.4.0-rc1~721^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c74f8ab0a6ca4ea70036c93ffd51881b2540ef1;p=dealii.git Make sure doxygen does not format all combinations of couplings. --- diff --git a/source/non_matching/coupling.cc b/source/non_matching/coupling.cc index 09aa5fa0d1..44a2b3b05e 100644 --- a/source/non_matching/coupling.cc +++ b/source/non_matching/coupling.cc @@ -959,8 +959,9 @@ namespace NonMatching } } } - -#include "coupling.inst" +#ifndef DOXYGEN +# include "coupling.inst" +#endif } // namespace NonMatching DEAL_II_NAMESPACE_CLOSE