From 326240ef796b458bd3109899c4e42c2cf1c33e1c Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 1 Aug 2023 14:23:09 +0200 Subject: [PATCH] Doc: Move \target command to inside table cell `\target`s generate a span where they occur. If they occur outside a table cell, QDoc generates illformed html. Fix such instances by moving the offending line into the table cell they target. Task-number: QTBUG-115247 Change-Id: I677e909ec73a6d0af8195d88d23581d8dd97c6e5 Reviewed-by: Luca Di Sera (cherry picked from commit 78bc1a9a25602ba898b1f84a6c41c3804758f6cd) Reviewed-by: Qt Cherry-pick Bot --- .../doc/src/android-manifest-file-configuration.qdoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc index 12432d1ba29..8b54536a33b 100644 --- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc +++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc @@ -148,8 +148,7 @@ The following is a list of such meta-data defined by Qt: \li Meta-data Name \li Description \row - \target android.app.lib_name - \li android.app.lib_name + \li android.app.lib_name \target android.app.lib_name \li The filename of the native C++ library that is used by the activity. \note This attribute is mandatory and shouldn't be removed. Default value is the Qt project's target name. @@ -159,8 +158,7 @@ The following is a list of such meta-data defined by Qt: For more information, see \l {Style Extraction}. The default value is \c minimal. \row - \target android.app.background_running - \li android.app.background_running + \li android.app.background_running \target android.app.background_running \li Sets whether the app keeps running tasks in the background. Setting this to \c true is the equivalent of setting the environment variable \c QT_BLOCK_EVENT_LOOPS_WHEN_SUSPENDED to \c 0. @@ -170,8 +168,7 @@ The following is a list of such meta-data defined by Qt: application tries to draw after \l {QGuiApplication::applicationStateChanged()} signal is sent with a \l {Qt::ApplicationSuspended} state. \row - \target android.app.arguments - \li android.app.arguments + \li android.app.arguments \target android.app.arguments \li Sets a list of arguments to pass to the app \c {"arg1 arg2"}. Populated from \c ANDROID_APPLICATION_ARGUMENTS (qmake) and \c QT_ANDROID_APPLICATION_ARGUMENTS (CMake). @@ -218,8 +215,7 @@ the \c section: \li Meta-data Name \li Description \row - \target android.app.system_libs_prefix - \li android.app.system_libs_prefix + \li android.app.system_libs_prefix \target android.app.system_libs_prefix \li Specifies a custom system library path to use for library loading lookup. This is necessary when using Qt libraries installed outside an app's default native (JNI) library directory.