From f2e77c32138c3370d1c8185787c58e769160a90d Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sun, 31 Jul 2022 08:32:36 +0200 Subject: [PATCH] docufix --- lib/jkqtmathtext/jkqtmathtext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index 731d367e52..c1b4e5be67 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -821,8 +821,8 @@ class JKQTMATHTEXT_LIB_EXPORT JKQTMathText : public QObject { enum tokenType { MTTnone, /*!< \brief no token */ MTTtext, /*!< \brief a piece of general text */ - MTTinstruction, /*!< \brief an instruction, started by \c "\\", e.g. \c "\\textbf", ... */ - MTTinstructionNewline, /*!< \brief a newline instruction \c "\\\\" */ + MTTinstruction, /*!< \brief an instruction, started by \c "\", e.g. \c "\\textbf", ... */ + MTTinstructionNewline, /*!< \brief a newline instruction \c "\\" */ MTTunderscore, /*!< \brief the character \c "_" */ MTThat, /*!< \brief the character \c "^" */ MTTdollar, /*!< \brief the character \c "$" */