From 2d5f95bacf7722b2546f6c40e4ce236c75ae379d Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 28 Apr 2015 13:05:39 +0200 Subject: Doc: Add Qt3D QML module and QML type documentation skeleton Add documentation structure and comment blocks containing \qmltype, \qmlproperty, etc. commands for Qt3D QML module. The actual documentation (descriptions) are still missing, but this allows the QML type documentation to be generated. Change-Id: Id0e1afc89c13d963c950c142a3407aa70702562f Reviewed-by: Paul Lemire --- src/core/doc/src/qt3dcore-module.qdoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/core/doc/src/qt3dcore-module.qdoc') diff --git a/src/core/doc/src/qt3dcore-module.qdoc b/src/core/doc/src/qt3dcore-module.qdoc index 453152d85..d664b8bf6 100644 --- a/src/core/doc/src/qt3dcore-module.qdoc +++ b/src/core/doc/src/qt3dcore-module.qdoc @@ -54,3 +54,17 @@ framework, as well as classes that provide the ability to render using the Qt3D framework. */ + +/*! + \qmlmodule Qt3D 2.0 + \title Qt3D Core QML Types + \ingroup qmlmodules + + \brief Provides core Qt3D QML types. + + To import and use the module's QML types, use the following statement: + + \badcode + import Qt3D 2.0 + \endcode +*/ -- cgit v1.2.3