Fix incorrectly formatted code in QQmlEngine documentation.
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Tue, 11 Aug 2015 10:49:10 +0000 (12:49 +0200)
committerMitch Curtis <mitch.curtis@theqtcompany.com>
Tue, 11 Aug 2015 12:27:39 +0000 (12:27 +0000)
Change-Id: I70832871cbd697b77cfcbbe425ba5936be1c01d5
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
src/qml/doc/src/qmlfunctions.qdoc

index 25bb0d6068456b65bfb8bd680d308e0b69ec6334..4203cca8b37ba8f609f2e7b8aa29e1880e63fcc9 100644 (file)
    as any other item).
 
    Usage:
-   // First, define your QML singleton type which provides the functionality.
    \qml
+   // First, define your QML singleton type which provides the functionality.
    pragma Singleton
    import QtQuick 2.0
    Item {