Skip to content

Commit

Permalink
Merge pull request #13107 from luca-heltai/fix-non-matching-doxygen
Browse files Browse the repository at this point in the history
Make sure doxygen does not format all combinations of NonMatching::coupling_*.
  • Loading branch information
marcfehling committed Dec 21, 2021
2 parents c59cf75 + 1c74f8a commit bc4c776
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/non_matching/coupling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,9 @@ namespace NonMatching
}
}
}

#include "coupling.inst"
#ifndef DOXYGEN
# include "coupling.inst"
#endif
} // namespace NonMatching

DEAL_II_NAMESPACE_CLOSE

0 comments on commit bc4c776

Please sign in to comment.