From ca3bc63f3ea54d466a0dc9e86122bb21cbd8d580 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@fau.de> Date: Mon, 7 Oct 2019 14:11:49 +0200 Subject: [PATCH] [FIX] some doxygen warnings --- src/blockforest/loadbalancing/DynamicCurve.h | 4 +++- src/blockforest/loadbalancing/DynamicDiffusive.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/blockforest/loadbalancing/DynamicCurve.h b/src/blockforest/loadbalancing/DynamicCurve.h index 37d96bcbe..a684bdc7e 100644 --- a/src/blockforest/loadbalancing/DynamicCurve.h +++ b/src/blockforest/loadbalancing/DynamicCurve.h @@ -191,7 +191,9 @@ private: bool hilbert_; bool allGather_; /// All gets for levels are wrapped like - /// \code levelwise_ ? getCorrectLevel() : 0 + /// \code + /// levelwise_ ? getCorrectLevel() : 0 + /// \endcode /// /// This allows to use the same algorithm for levelwise balancing as well as for balancing without levels. bool levelwise_; diff --git a/src/blockforest/loadbalancing/DynamicDiffusive.h b/src/blockforest/loadbalancing/DynamicDiffusive.h index 47a932e98..607029633 100644 --- a/src/blockforest/loadbalancing/DynamicDiffusive.h +++ b/src/blockforest/loadbalancing/DynamicDiffusive.h @@ -142,7 +142,9 @@ private: math::IntRandom< uint_t > random_; /// All gets for levels are wrapped like - /// \code levelwise_ ? getCorrectLevel() : 0 + /// \code + /// levelwise_ ? getCorrectLevel() : 0 + /// \endcode /// /// This allows to use the same algorithm for levelwise balancing as well as for balancing without levels. bool levelwise_; -- GitLab