Mark qmlRegisterCustomExtendedType as \internal
authorAlejandro Exojo <suy@badopi.org>
Fri, 12 Dec 2014 09:42:02 +0000 (10:42 +0100)
committerAlejandro Exojo Piqueras <suy@badopi.org>
Fri, 12 Dec 2014 13:28:04 +0000 (14:28 +0100)
The function was added in 5.4, but it makes use of QQmlCustomParser,
which at the moment is private API. This way Qt3D or bleeding edge users
can still use the function, while keeping freedom to change
QQmlCustomParser.

Since 5.4.0 had the typo in the \relates, users won't see a change from
5.4.0 to 5.4.1.

Change-Id: I7f791f5b39e2a2c9fc83f4c450e6da9eec5b5e46
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
src/qml/doc/src/qmlfunctions.qdoc

index 6b0f9db..108b992 100644 (file)
 /*!
   \fn int qmlRegisterCustomExtendedType(const char *uri, int versionMajor, int versionMinor, const char *qmlName, QQmlCustomParser *parser)
   \relates QQmlEngine
+  \internal
 
   This template function registers the C++ type and its extension
   in the QML system with the name \a qmlName in the library imported