QCustomPlot: Try to fix -Wdocumentation-html warnings

Warning triggered using AppleClang 11.0.0.

/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.

(ported from commit 6d2aea45e4)
(ported from commit 3903740534)
This commit is contained in:
João Valverde 2022-11-17 12:23:56 +00:00 committed by John Thacker
parent b262dd3d29
commit ea7bec688a
2 changed files with 4 additions and 4 deletions

View File

@ -16034,7 +16034,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
@ -27907,7 +27907,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
*/

View File

@ -6304,8 +6304,8 @@ Q_DECLARE_TYPEINFO(QCPErrorBarsData, Q_PRIMITIVE_TYPE);
/*! \typedef QCPErrorBarsDataContainer
Container for storing \ref QCPErrorBarsData points. It is a typedef for <tt>QVector<\ref
QCPErrorBarsData></tt>.
Container for storing \ref QCPErrorBarsData points. It is a typedef for
<tt>QVector<QCPErrorBarsData></tt>.
This is the container in which \ref QCPErrorBars holds its data. Unlike most other data
containers for plottables, it is not based on \ref QCPDataContainer. This is because the error