From 6a0145dd664ab9f5e3703ab3d0f962b3f378d6c6 Mon Sep 17 00:00:00 2001 From: Alejandro Exojo Date: Fri, 5 Dec 2014 20:14:20 +0100 Subject: Fix \inqmlmodule usage: only use one parameter Since the command just links back to the corresponding module page, only the first parameter is used, and the version causes more confusion. Change-Id: I73ed289550c576747132f77b83c1257094059cd1 Reviewed-by: Mitch Curtis --- src/particles/qquickparticlesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles/qquickparticlesystem.cpp') diff --git a/src/particles/qquickparticlesystem.cpp b/src/particles/qquickparticlesystem.cpp index db5d607922..51a92de00f 100644 --- a/src/particles/qquickparticlesystem.cpp +++ b/src/particles/qquickparticlesystem.cpp @@ -95,7 +95,7 @@ DEFINE_BOOL_CONFIG_OPTION(qmlParticlesDebug, QML_PARTICLES_DEBUG) /*! \qmltype ParticleSystem \instantiates QQuickParticleSystem - \inqmlmodule QtQuick.Particles 2 + \inqmlmodule QtQuick.Particles \brief A system which includes particle painter, emitter, and affector types \ingroup qtquick-particles -- cgit v1.2.3