summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-04-06 09:58:58 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2021-04-06 08:57:45 +0000
commit12289e56007485b1a935a7336810dab8b7ea805b (patch)
tree80ca25fc5fa9025acefd8cdc832a9592cd1fd13a
parent8402332d1ea6ecf497f7cbcad0ea2ff28c15174b (diff)
downloadqtdoc-12289e56007485b1a935a7336810dab8b7ea805b.tar.gz
Doc: Fix formatting issues
- Missing closing curly brace in rcc.qdoc - \li outside a \list in android.qdoc - Invalid format for link target in webasm.qdoc Fixes: QTBUG-92388 Change-Id: Idb2277cebcc4135053d87c34a332484a94cf0aa9 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/development/rcc.qdoc2
-rw-r--r--doc/src/platforms/android/android.qdoc2
-rw-r--r--doc/src/platforms/webasm.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/development/rcc.qdoc b/doc/src/development/rcc.qdoc
index 054df4b4..db2d9cb9 100644
--- a/doc/src/development/rcc.qdoc
+++ b/doc/src/development/rcc.qdoc
@@ -107,7 +107,7 @@
\row \li \c{-project} \li \li Output a resource file containing all files from the
current directory.
- \row \li \c{--format-version \li \c{<number>} \li The RCC format version to write.
+ \row \li \c{--format-version} \li \c{<number>} \li The RCC format version to write.
\endtable
diff --git a/doc/src/platforms/android/android.qdoc b/doc/src/platforms/android/android.qdoc
index 13a7ab20..576056f1 100644
--- a/doc/src/platforms/android/android.qdoc
+++ b/doc/src/platforms/android/android.qdoc
@@ -158,7 +158,7 @@ Different Qt versions depend on different NDK versions, as listed below:
\li \e GCC toolchain
\endtable
-\li \note Qt 5.14.0 and 5.14.1 with NDK r21 have a bug fixed at \l {QTBUG-81461}.
+\note Qt 5.14.0 and 5.14.1 with NDK r21 have a bug fixed at \l {QTBUG-81461}.
\note Make sure to unpack the Android SDK and NDK to a writeable location that Qt Creator
can access later. Otherwise, Qt Creator won't be able to use \c sdkmanager or find all
diff --git a/doc/src/platforms/webasm.qdoc b/doc/src/platforms/webasm.qdoc
index 586d35de..5d51fa5e 100644
--- a/doc/src/platforms/webasm.qdoc
+++ b/doc/src/platforms/webasm.qdoc
@@ -199,7 +199,7 @@ You can test-run your application in the following way:
The most important limitation is that the Qt build is static.
-For further info, refer to \l{qtwebassembly-platform-notes}
+For further info, refer to \l {Qt WebAssembly Platform Notes}.
\section1 External resources