summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-02-21 10:16:02 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-02-22 12:24:20 +0100
commit14b058048247098ba4d81427290f2a083d513dc2 (patch)
treeb6f0dc3062a963cefdd326233baf948470eedf98 /doc
parent05f9996bbf45fc90e49ea8c1679fa25201555860 (diff)
Doc: Remove formatting from \QA, \QD, and \QL macros
We don't format other product names, either. Moved all product name macros to a separate section and sorted them in alphabetic order. Change-Id: I84cfd5a350b6e523e05371b809a49146b1c50769 Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> Reviewed-by: Esa Törmänen <esa.tormanen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/macros.qdocconf26
1 files changed, 14 insertions, 12 deletions
diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf
index 5df233a677..04e734e52e 100644
--- a/doc/global/macros.qdocconf
+++ b/doc/global/macros.qdocconf
@@ -27,11 +27,7 @@ macro.ouml.HTML = "&ouml;"
macro.ouml.DocBook = "&#246;"
macro.nothing = "\\dontdocument ()"
macro.nullptr = "\\c{nullptr}"
-macro.QA = "\\e{Qt Assistant}"
-macro.QD = "\\e{Qt Widgets Designer}"
-macro.QL = "\\e{Qt Linguist}"
macro.Q_OBJECT = "Q_OBJECT"
-macro.QQV = "\\e{Qt QML Viewer}"
macro.QtVersion = "$QT_VERSION"
macro.QtVer = "$QT_VER"
macro.param = "\\e"
@@ -58,19 +54,25 @@ macro.endqdoc.DocBook = "*/"
macro.borderedimage = "\\div {class=\"border\"} \\image \1\n\\enddiv"
macro.examplecategory = "\\meta category {\1}\n\\ingroup category \1"
-macro.QDS = "Qt Design Studio"
-macro.QDV = "Qt Design Viewer"
+# Macros for product names, sorted in alphabetic order
+
+macro.QA = "Qt Assistant"
macro.QB = "Qt Bridge"
+macro.QBF = "Qt Bridge for Figma"
macro.QBPS = "Qt Bridge for Adobe Photoshop"
-macro.QBXD = "Qt Bridge for Adobe XD"
macro.QBSK = "Qt Bridge for Sketch"
-macro.QBF = "Qt Bridge for Figma"
+macro.QBXD = "Qt Bridge for Adobe XD"
+macro.QD = "Qt Widgets Designer"
+macro.QDS = "Qt Design Studio"
+macro.QDV = "Qt Design Viewer"
+macro.QL = "Qt Linguist"
macro.QMCU = "Qt for MCUs"
-macro.QUL = "Qt Quick Ultralite"
-macro.QtAA = "Qt for Android Automotive"
-macro.QOI = "Qt Online Installer"
-macro.QMT = "Qt Maintenance Tool"
macro.QMLLS = "QML Language Server"
+macro.QMT = "Qt Maintenance Tool"
+macro.QOI = "Qt Online Installer"
+macro.QQV = "Qt QML Viewer"
+macro.QtAA = "Qt for Android Automotive"
+macro.QUL = "Qt Quick Ultralite"
# The following macros are used for various Android docs. The purpose is to keep
# it as simple as updating these instead of updating multiple lines in scattered locations.