summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qregularexpression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qregularexpression.cpp')
-rw-r--r--src/corelib/tools/qregularexpression.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qregularexpression.cpp b/src/corelib/tools/qregularexpression.cpp
index e138fd543b..034f2b8bae 100644
--- a/src/corelib/tools/qregularexpression.cpp
+++ b/src/corelib/tools/qregularexpression.cpp
@@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QRegularExpression
+ \inmodule QtCore
\reentrant
\brief The QRegularExpression class provides pattern matching using regular
@@ -540,6 +541,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QRegularExpressionMatch
+ \inmodule QtCore
\reentrant
\brief The QRegularExpressionMatch class provides the results of a matching
@@ -591,6 +593,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QRegularExpressionMatchIterator
+ \inmodule QtCore
\reentrant
\brief The QRegularExpressionMatchIterator class provides an iterator on
@@ -1006,6 +1009,7 @@ void QRegularExpressionPrivate::getPatternInfo()
/*!
\class QPcreJitStackPointer
+ \inmodule QtCore
\internal
Simple "smartpointer" wrapper around a pcre_jit_stack, to be used with