From b6230421f18b36b37d597e68fc9e5adc89c73d0b Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 20 Oct 2021 14:05:06 +0200 Subject: Doc: Fix qdoc warnngs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:75: (qdoc) warning: Cannot tie this documentation to anything [qdoc found a /*! ... */ comment, but there was no topic command (e.g., '\fn', '\page') in the comment and no function definition following the comment.] qt5/qtbase/src/gui/text/qtextformat.cpp:1500: (qdoc) warning: Overrides a previous doc qt5/qtbase/src/gui/text/qtextformat.cpp:1487: (qdoc) warning: (The previous doc is here) qt5/qtbase/src/gui/text/qtextformat.cpp:1533: (qdoc) warning: Overrides a previous doc qt5/qtbase/src/gui/text/qtextformat.cpp:1520: (qdoc) warning: (The previous doc is here) Change-Id: I5a089bef1841d6d69bff4c780805d20e5926fe6f Reviewed-by: Topi Reiniƶ --- src/gui/text/qtextformat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/text') diff --git a/src/gui/text/qtextformat.cpp b/src/gui/text/qtextformat.cpp index 66dc8cff85..fab4f0f7bd 100644 --- a/src/gui/text/qtextformat.cpp +++ b/src/gui/text/qtextformat.cpp @@ -1497,7 +1497,7 @@ QTextCharFormat::QTextCharFormat(const QTextFormat &fmt) \sa font() */ #else -/*! +/* // Qt 7 documents this function \fn QStringList QTextCharFormat::fontFamilies() const \since 5.13 @@ -1530,7 +1530,7 @@ QTextCharFormat::QTextCharFormat(const QTextFormat &fmt) \sa font(), QFont::styleName() */ #else -/*! +/* // Qt 7 documents this function \fn QStringList QTextCharFormat::fontStyleName() const \since 5.13 -- cgit v1.2.3