From 5453005579cd87f39e9c9e4a6d2f9916235f3f0c Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 23 Feb 2017 17:16:31 +0100 Subject: Doc: Add \brief command to property docs (Q3dLight) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iae596f33b2f263452206cbb7d5728d6d4798738e Reviewed-by: Tomi Korpipää --- src/datavisualization/engine/q3dlight.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/datavisualization/engine') diff --git a/src/datavisualization/engine/q3dlight.cpp b/src/datavisualization/engine/q3dlight.cpp index 8c439023..bce35d99 100644 --- a/src/datavisualization/engine/q3dlight.cpp +++ b/src/datavisualization/engine/q3dlight.cpp @@ -58,10 +58,10 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION /*! * \qmlproperty bool Light3D::autoPosition * \since QtDataVisualization 1.3 - * Holds a flag telling if the light position is automatic or not. If true, light position follows - * camera automatically. + * Defines whether the light position follows the camera automatically. * \note Has no effect if shadows are enabled. Remember to disable shadows before setting light's - * position, or it will be overwritten by automatic positioning, if autoPosition is false. + * position, or it will be overwritten by automatic positioning if this + * property is \c false. */ /*! @@ -84,10 +84,10 @@ Q3DLight::~Q3DLight() /*! * \property Q3DLight::autoPosition * \since QtDataVisualization 5.9 - * Holds a flag telling if the light position is automatic or not. If true, light position follows - * camera automatically. + * \brief Whether the light position follows the camera automatically. * \note Has no effect if shadows are enabled. Remember to disable shadows before setting light's - * position, or it will be overwritten by automatic positioning, if isAutoPosition() is false. + * position, or it will be overwritten by automatic positioning if + * \c isAutoPosition() is \c false. */ void Q3DLight::setAutoPosition(bool enabled) { -- cgit v1.2.3