Doc: Changed \qmlclass to \qmltype and added \instantiates
-New qdoc command \qmltype replaces \qmlclass -\instantiates <C++ class> for determining if the QML type has a C++ implementation Change-Id: I83d1e2c3f376f96ea51afedadf88c3cf478e33d8 Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b976589a66
commit
011e151c4e
@@ -47,7 +47,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass Torch QDeclarativeTorch
|
||||
\qmltype Torch
|
||||
\instantiates QDeclarativeTorch
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\brief Simple control over torch functionality
|
||||
|
||||
|
||||
Reference in New Issue
Block a user