From 700e1aa69744565b5327f6a5b185cffb9c9c149f Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 17 Apr 2018 11:55:41 +0200 Subject: Doc: Fix documentation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a custom module header, used only for documentation builds, that pulls in also the QtMultimediaWidgets module. Several documentation fixes to clean up warnings from clang. Task-number: QTBUG-67790 Change-Id: I6c1013798a648250c8555eb92684ec3b33ff7531 Reviewed-by: Martin Smith Reviewed-by: Topi Reiniƶ --- src/gsttools/qgstutils.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/gsttools') diff --git a/src/gsttools/qgstutils.cpp b/src/gsttools/qgstutils.cpp index 6a573fa78..8849208d3 100644 --- a/src/gsttools/qgstutils.cpp +++ b/src/gsttools/qgstutils.cpp @@ -174,6 +174,11 @@ static void addTagToMap(const GstTagList *list, g_value_unset(&val); } +/*! + \class QGstUtils + \internal +/* + /*! Convert GstTagList structure to QMap. @@ -190,7 +195,7 @@ QMap QGstUtils::gstTagListToMap(const GstTagList *tags) /*! Returns resolution of \a caps. - If caps doesn't have a valid size, and ampty QSize is returned. + If caps doesn't have a valid size, an empty QSize is returned. */ QSize QGstUtils::capsResolution(const GstCaps *caps) { @@ -361,7 +366,7 @@ QAudioFormat QGstUtils::audioFormatForCaps(const GstCaps *caps) } #if GST_CHECK_VERSION(1,0,0) -/*! +/* Returns audio format for a sample. If the buffer doesn't have a valid audio format, an empty QAudioFormat is returned. */ -- cgit v1.2.3