From 390374053411741e1816163a3738f88260af5244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 17 Nov 2022 13:28:11 +0000 Subject: [PATCH] Try to fix more -Wdocumentation-html warnings /Users/buildslave/builds/UfJL1hoT/0/wireshark/wireshark/ui/qt/widgets/qcustomplot.cpp:16020:17: error: HTML tag 'tt' requires an end tag [-Werror,-Wdocumentation-html] parameter as QVariant(\ref QCPDataSelection). All plottables that weren't touched by \a ~^~~ 1 error generated. --- ui/qt/widgets/qcustomplot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/qt/widgets/qcustomplot.cpp b/ui/qt/widgets/qcustomplot.cpp index b8c654e948..705a826b15 100644 --- a/ui/qt/widgets/qcustomplot.cpp +++ b/ui/qt/widgets/qcustomplot.cpp @@ -16017,7 +16017,7 @@ void QCustomPlot::legendRemoved(QCPLegend *legend) Then, the actual selection is done by calling the plottables' \ref QCPAbstractPlottable::selectEvent, placing the found selected data points in the \a details - parameter as QVariant(\ref QCPDataSelection). All plottables that weren't touched by \a + parameter as QVariant(QCPDataSelection). All plottables that weren't touched by \a rect receive a \ref QCPAbstractPlottable::deselectEvent. \see processRectZoom @@ -27864,7 +27864,7 @@ QRectF QCPFinancial::selectionHitBox(QCPFinancialDataContainer::const_iterator i position The container for storing the error bar information is \ref QCPErrorBarsDataContainer. It is a - typedef for QVector<\ref QCPErrorBarsData>. + typedef for QVector. \see QCPErrorBarsDataContainer */