From da8244d82e46905186769b591827ba0c8002f2e5 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 4 May 2023 20:09:14 +0200 Subject: Doc: Let QDoc manual reflect new example guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new guidelines for examples in Qt recommend one avoids use of the word "Example" in an example's name. The QDoc manual contains documentation for the example manifest files generated by QDoc. This documentation references content generated with a naming scheme that doesn't adhere to the new guidelines. This patch removes the use of the word 'example' from example names such that example content in the QDoc manual reflects the new example naming scheme in Qt. Fixes: QTBUG-113393 Change-Id: Idd95bd06c6b67471aed5cb6147386235ceac79c7 Reviewed-by: Topi Reiniƶ --- src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc b/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc index f4fe176da..d03f6d601 100644 --- a/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc +++ b/src/qdoc/qdoc/doc/qdoc-manual-qdocconf.qdoc @@ -1951,10 +1951,10 @@ + imageUrl="qthelp://org.qt-project.qtgui.502/qtgui/images/analogclock-window.png"> analog,clock,window @@ -1991,8 +1991,8 @@ \badcode manifestmeta.filters = highlighted sql webkit global - manifestmeta.highlighted.names = "QtGui/Analog Clock Window Example" \ - "QtWidgets/Analog Clock Example" + manifestmeta.highlighted.names = "QtGui/Analog Clock Window" \ + "QtWidgets/Analog Clock" manifestmeta.highlighted.attributes = isHighlighted:true manifestmeta.sql.names = "QtSql/*" @@ -2002,7 +2002,7 @@ manifestmeta.webkit.tags = webkit manifestmeta.global.names = * - manifestmeta.global.tags = qt5 + manifestmeta.global.tags = qt6 \endcode Above, an \c isHighlighted attribute is added to two examples. If -- cgit v1.2.1