Doc: Add a macro that returns the minor version
Add a global QDoc macro \QtMinorVersion that expands into the minor version of Qt, or more specifically, the minor version contained in the QT_VER environment variable. The main use case for the new macro is to document the QML modules whose minor versions track the minor version of Qt: \qmlmodule QtQuick 2.\QtMinorVersion Task-number: QTBUG-67818 Change-Id: I2b4fcbb18de0f8f95718099309090017c237622f Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
35020c2394
commit
edeeba639e
@ -40,6 +40,10 @@ macro.endfloat.HTML = "</div>"
|
|||||||
macro.clearfloat.HTML = "<br style=\"clear: both\" />"
|
macro.clearfloat.HTML = "<br style=\"clear: both\" />"
|
||||||
macro.emptyspan.HTML = "<span></span>"
|
macro.emptyspan.HTML = "<span></span>"
|
||||||
|
|
||||||
|
# Expands to the minor version based on the QT_VER environment variable
|
||||||
|
macro.QtMinorVersion = "$QT_VER"
|
||||||
|
macro.QtMinorVersion.match = "\\d+\\.(\\d+)"
|
||||||
|
|
||||||
# Embed YouTube content by video ID - Example: \youtube dQw4w9WgXcQ
|
# Embed YouTube content by video ID - Example: \youtube dQw4w9WgXcQ
|
||||||
# Also requires a <ID>.jpg thumbnail for offline docs. In .qdocconf, add:
|
# Also requires a <ID>.jpg thumbnail for offline docs. In .qdocconf, add:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user