From 14b058048247098ba4d81427290f2a083d513dc2 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 21 Feb 2024 10:16:02 +0100 Subject: [PATCH] Doc: Remove formatting from \QA, \QD, and \QL macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Safiyyah Moosa Reviewed-by: Kai Köhne Reviewed-by: Esa Törmänen --- doc/global/macros.qdocconf | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 5df233a6779..04e734e52e9 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -27,11 +27,7 @@ macro.ouml.HTML = "ö" macro.ouml.DocBook = "ö" 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" +# 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.QBSK = "Qt Bridge for Sketch" +macro.QBXD = "Qt Bridge for Adobe XD" +macro.QD = "Qt Widgets Designer" macro.QDS = "Qt Design Studio" macro.QDV = "Qt Design Viewer" -macro.QB = "Qt Bridge" -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.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.