Doc: Minor update to global configuration
QDoc now has support for a configuration variable, `productname`, the value of which QDoc's `\since` command prepends to version strings. Task-number: QTBUG-128911 Change-Id: I03a90764c5886174e2863f50a8e30d2316f02fb5 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
9e6a59758c
commit
b6d7b9eb9f
@ -7,9 +7,13 @@ dita.metadata.default.copyryear = 2024
|
||||
dita.metadata.default.copyrholder = The Qt Company Ltd
|
||||
dita.metadata.default.audience = programmer
|
||||
|
||||
# Define `productname` such that `\since` prepends version numbers with `Qt`.
|
||||
# Required from Qt 6.9 onwards.
|
||||
productname = Qt
|
||||
|
||||
#Set the main Qt index.html
|
||||
navigation.homepage = index.html
|
||||
navigation.hometitle = "Qt $QT_VER"
|
||||
navigation.hometitle = "$productname $QT_VER"
|
||||
|
||||
#Words to ignore for auto-linking
|
||||
ignorewords += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user