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 <tt>QVariant(\ref QCPDataSelection)</tt>. All plottables that weren't touched by \a
               ~^~~
1 error generated.
This commit is contained in:
João Valverde 2022-11-17 13:28:11 +00:00
parent dbb5b80344
commit 3903740534
1 changed files with 2 additions and 2 deletions

View File

@ -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 <tt>QVariant(\ref QCPDataSelection)</tt>. All plottables that weren't touched by \a
parameter as <tt>QVariant(QCPDataSelection)</tt>. 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 <tt>QVector<\ref QCPErrorBarsData></tt>.
typedef for <tt>QVector<QCPErrorBarsData></tt>.
\see QCPErrorBarsDataContainer
*/