From 18bf370fb0e510fb3ed516818f793523153204bb Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Thu, 31 Oct 2019 19:10:24 +0100 Subject: Fix qdoc warnings Change-Id: Id2292a3c656bbe07944231a98a39bee9045eb861 Reviewed-by: Dominik Holland --- .../application-features/doc/src/application-features.qdoc | 6 +++--- .../applicationmanager/custom-appman/doc/src/custom-appman.qdoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/applicationmanager/application-features/doc/src/application-features.qdoc b/examples/applicationmanager/application-features/doc/src/application-features.qdoc index 17abff0c..78eb57b2 100644 --- a/examples/applicationmanager/application-features/doc/src/application-features.qdoc +++ b/examples/applicationmanager/application-features/doc/src/application-features.qdoc @@ -91,7 +91,7 @@ The QML code for the crash simulation and recovery application is as follows: \quotefromfile applicationmanager/application-features/apps/crash/crashapp.qml \skipto import QtQuick 2.11 \printuntil case "gracefully": Terminator.exitGracefully(); break; -\printuntil } } } } } } } +\printuntil /^\}/ \section2 Two Top-Level Windows @@ -103,7 +103,7 @@ The QML code for the two top-level windows application is as follows: \quotefromfile applicationmanager/application-features/apps/twins/twins.qml \skipto import QtQuick 2.11 \printuntil Component.onCompleted: setWindowProperty("type", "pop-up"); -\printuntil } } } +\printuntil /^\}/ \section2 Native Widgets @@ -120,7 +120,7 @@ The C++ code for the native widgets application is as follows: \quotefromfile applicationmanager/application-features/native/widgets/main.cpp \skipto #include -\printuntil return app.exec(); } +\printuntil /^\}/ \section1 Code Structure diff --git a/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc b/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc index 7aed03bb..4edcc3fb 100644 --- a/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc +++ b/examples/applicationmanager/custom-appman/doc/src/custom-appman.qdoc @@ -69,7 +69,7 @@ Generally, it's a good idea to set an application name and version. We want the application manager's logging part to be initialized as early as possible, especially when we are dealing with DLT logging. -\printline Package::ensure +\printline PackageUtilities::ensure If you are using the application manager's installer part, this function needs to be called \e before the QApplication constructor to make sure that your C locale is a UTF-8 variant. This is -- cgit v1.2.1