diff --git a/src/blockforest/loadbalancing/DynamicCurve.h b/src/blockforest/loadbalancing/DynamicCurve.h
index 37d96bcbed8e4ca3ccf81f306e1eb4c25ede09ae..a684bdc7e0630d86a0216169da3d9947b3217128 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 47a932e988a42805b451c6dbc5625d8c7b5d41c3..607029633aa55fd1f8c107d085a6b4b942460fec 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_;