diff options
-rw-r--r-- | src/qmldom/qqmldomstringdumper.cpp | 4 |
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 |