From ed3a93feee9a1b7e2b26c651e446c4a058ee8f8e Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:09:56 +0200 Subject: Doc: Add missing dots (qtdeclarative) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Ibb5aa227e82825085e7214e17dcffcb17fd44157 Reviewed-by: Topi Reiniƶ --- src/qml/doc/src/qtqml-cpp.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/doc/src/qtqml-cpp.qdoc') diff --git a/src/qml/doc/src/qtqml-cpp.qdoc b/src/qml/doc/src/qtqml-cpp.qdoc index fd45222d85..14c9a87ab4 100644 --- a/src/qml/doc/src/qtqml-cpp.qdoc +++ b/src/qml/doc/src/qtqml-cpp.qdoc @@ -29,7 +29,7 @@ \title Qt QML C++ Classes \ingroup modules \qtvariable qml -\brief The C++ API provided by the Qt QML module +\brief The C++ API provided by the Qt QML module. To include the definitions of the module's classes, use the following directive: -- cgit v1.2.3 From 17ec45ad2f257dc4f1ee9cc18782f0d305b1a1d3 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Thu, 14 Jun 2018 12:04:54 +0200 Subject: Doc: Move literal codeblocks to snippet files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iff45ea6cf414717fd1cb0a194eef390a9f153838 Reviewed-by: Topi Reiniƶ --- src/qml/doc/src/qtqml-cpp.qdoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/qml/doc/src/qtqml-cpp.qdoc') diff --git a/src/qml/doc/src/qtqml-cpp.qdoc b/src/qml/doc/src/qtqml-cpp.qdoc index 14c9a87ab4..971bb88825 100644 --- a/src/qml/doc/src/qtqml-cpp.qdoc +++ b/src/qml/doc/src/qtqml-cpp.qdoc @@ -34,16 +34,12 @@ To include the definitions of the module's classes, use the following directive: -\code -#include -\endcode +\snippet code/doc_src_qtqml.cpp 0 To link against the module, add this line to your \l qmake \c .pro file: -\code -QT += qml -\endcode +\snippet code/doc_src_qtqml.pro 0 For more information on the Qt QML module, see the \l{Qt QML} module documentation. -- cgit v1.2.3