Fix extra asterisks in documentation

Scatter3DNode is not a part of Qt before 6.10, hence
2 separate commits with different pick targets.

Fixes: QTBUG-138797
Pick-to: 6.10
Change-Id: Iaed5d38c81847ce9f75d21fb7b492d2cc8a972f6
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
Tomi Korpipaa 2025-08-05 14:52:59 +03:00
parent fee3df178a
commit 1367d26953
1 changed files with 4 additions and 4 deletions

View File

@ -90,25 +90,25 @@ QT_BEGIN_NAMESPACE
* \qmlsignal Scatter3DNode::axisXChanged(ValueAxis3D axis)
*
* This signal is emitted when axisX changes to \a axis.
*/
*/
/*!
* \qmlsignal Scatter3DNode::axisYChanged(ValueAxis3D axis)
*
* This signal is emitted when axisY changes to \a axis.
*/
*/
/*!
* \qmlsignal Scatter3DNode::axisZChanged(ValueAxis3D axis)
*
* This signal is emitted when axisZ changes to \a axis.
*/
*/
/*!
* \qmlsignal Scatter3DNode::selectedSeriesChanged(Scatter3DSeries series)
*
* This signal is emitted when selectedSeries changes to \a series.
*/
*/
QQuickGraphsScatterNode::QQuickGraphsScatterNode(QQuick3DNode *parent)
: QQuickGraphsNode(parent)