From 00c6e39391c27f143a8df7d1696cfddb8c9c132f Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sun, 7 Aug 2022 17:37:34 +0200 Subject: [PATCH] docufix --- lib/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h b/lib/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h index 7275acf754..0a2b34da31 100644 --- a/lib/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h +++ b/lib/jkqtmathtext/nodes/jkqtmathtextwhitespacenode.h @@ -142,11 +142,11 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathTextEmptyBoxNode: public JKQTMathTextNode virtual void getSizeInternal(QPainter& painter, JKQTMathTextEnvironment currentEv, double& width, double& baselineHeight, double& overallHeight, double& strikeoutPos, const JKQTMathTextNodeSize* prevNodeSize=nullptr) override; /** \brief width of the (empty) box, units of this value defined in widthUnit */ double width; - /** \biref units to interpret width */ + /** \brief units to interpret width */ Units widthUnit; /** \brief height of the (empty) box, units of this value defined in heightUnit */ double height; - /** \biref units to interpret height */ + /** \brief units to interpret height */ Units heightUnit; };