kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
35 stars 0 forks source link

Fix doxygen build. #743

Closed niklas-uhl closed 3 months ago

niklas-uhl commented 3 months ago

Replace backticks for inlne code in doxygen with <tt>...</tt>.

It seems like doxygen breaks and fails to parse our communicator class when using backticks.