From 3bd49100fe8a4eebeb4b719cb87c2410ddb6e3ef Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Wed, 16 Aug 2023 15:35:44 +0200 Subject: [PATCH] doc-fix --- lib/jkqtmathtext/jkqtmathtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index 81f3973494..35ae9d9b2c 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -338,7 +338,7 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathText : public QObject { BaseFontBold = 0x01, /*!< \brief output is bold (equivalent to placinf text in \textbf{...}) */ BaseFontItalic = 0x02, /*!< \brief output is italic (equivalent to placinf text in \textit{...}) */ BaseFontUnderlined = 0x04, /*!< \brief output is underlined (equivalent to placinf text in \underlined{...}) */ - BaseFontSmallCaps = 0x08, /*!< \brief output is underlined (equivalent to placinf text in \underlined{...}) */ + BaseFontSmallCaps = 0x08, /*!< \brief output is small-caps (equivalent to placinf text in \textsc{...}) */ BaseFontDefault=0x00, /*!< \brief base font is used as is, without modifications */ }; Q_DECLARE_FLAGS(BaseFontOptions, BaseFontOption)