aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <[email protected]>2025-05-26 14:26:20 +0200
committerDavid Boddie <[email protected]>2025-05-30 11:52:56 +0200
commitfc9982d64558ac5bae516a465e300c72b301a170 (patch)
tree7880d4102fe008422b0e251aa619e5a9b287df65
parent9efc1fb4ac7982f105a13781fccff74a61907601 (diff)
Doc: Fix qdoc command typo in internal documentation
Change-Id: I4aa702e0e79d126eaa8e6c114df39343a967eab3 Reviewed-by: Ulf Hermann <[email protected]>
-rw-r--r--src/qmldom/qqmldomstringdumper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmldom/qqmldomstringdumper.cpp b/src/qmldom/qqmldomstringdumper.cpp
index 4859614f77..16c2cfe688 100644
--- a/src/qmldom/qqmldomstringdumper.cpp
+++ b/src/qmldom/qqmldomstringdumper.cpp
@@ -11,7 +11,7 @@ namespace Dom {
/*!
* \internal
- * \tn QQmlJS::Dom::Sink
+ * \fn QQmlJS::Dom::Sink
* \brief A Sink is a function that accepts a QStringView as input
*
* A Sink it the core element of a text based stream oriented output.
@@ -20,7 +20,7 @@ namespace Dom {
/*!
* \internal
- * \tn QQmlJS::Dom::sinkInt
+ * \fn QQmlJS::Dom::sinkInt
* \brief writes an integer to a sink without any axtra heap allocation
* \param sink where to write
* \param i the integer to write out