diff options
author | Topi Reinio <topi.reinio@qt.io> | 2023-03-17 20:12:11 +0000 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-03-19 17:23:47 +0000 |
commit | 03dd75a372f6b649f089c8d2e6c9e119c8e66875 (patch) | |
tree | 0b318b0f40363e22115dbbad64992835532418d3 /src | |
parent | 819b85b38900347e35948218fc1ee6ddf17335c7 (diff) | |
download | qtwebengine-03dd75a372f6b649f089c8d2e6c9e119c8e66875.tar.gz |
Doc: Use the new \attribution command in licensing documentation
Since Qt 6.5, marking a \page as an attribution page is done with
a separate command, \attribution. Update the Chromium licensing
template and the Qt WebEngine licensing page to use the new command.
Fixes: QTBUG-112007
Change-Id: I1eac67bee72c078782d9334a604002011e1c3c86
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
(cherry picked from commit 81939a5cf76981ee67c7d2d7e73388d75475a0f7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/core/doc/about_credits_entry.tmpl | 3 | ||||
-rw-r--r-- | src/core/doc/src/qwebengine-licensing.qdoc | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/core/doc/about_credits_entry.tmpl b/src/core/doc/about_credits_entry.tmpl index 2bb9cff4e..aa94f2945 100644 --- a/src/core/doc/about_credits_entry.tmpl +++ b/src/core/doc/about_credits_entry.tmpl @@ -1,5 +1,6 @@ /*! -\page qtwebengine-3rdparty-{{name-sanitized}}.html attribution +\page qtwebengine-3rdparty-{{name-sanitized}}.html +\attribution \ingroup qtwebengine-licensing \brief {{license-type}} \title {{name}} diff --git a/src/core/doc/src/qwebengine-licensing.qdoc b/src/core/doc/src/qwebengine-licensing.qdoc index 2b1bd2845..d49850022 100644 --- a/src/core/doc/src/qwebengine-licensing.qdoc +++ b/src/core/doc/src/qwebengine-licensing.qdoc @@ -18,7 +18,8 @@ Third party licenses included in the sources are: */ /*! -\page qtwebengine-3rdparty-chromium-global.html attribution +\page qtwebengine-3rdparty-chromium-global.html +\attribution \ingroup qtwebengine-licensing \title Chromium License \brief BSD |