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.