From 3834fee3d33fde303c0a1535c1ef0439aa05c6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 1 Nov 2022 16:27:35 +0100 Subject: Doc: Normalize page names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qdoc does enforce lowercase file names for .html pages, and also replaces underscore with a dash. Make sure that the original \page name already is normalized, so that it's easier to search. This was done by find . -name "*.qdoc" -exec perl -p -i -E "s/\\\page (.*)/\\\page \L\1/ && s/_/-/g" {} ; Pick-to: 6.4 Change-Id: Ib50b85af8ffd985edf06856266eefdebf8b328a3 Reviewed-by: Paul Wicking Reviewed-by: Luca Di Sera Reviewed-by: Topi Reiniƶ --- src/dbus/doc/src/qtdbus-cmake.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dbus/doc/src') diff --git a/src/dbus/doc/src/qtdbus-cmake.qdoc b/src/dbus/doc/src/qtdbus-cmake.qdoc index 227642bfb7..599e5d4aaa 100644 --- a/src/dbus/doc/src/qtdbus-cmake.qdoc +++ b/src/dbus/doc/src/qtdbus-cmake.qdoc @@ -254,7 +254,7 @@ source file properties: */ /*! -\page cmake-source-file-property-CLASSNAME.html +\page cmake-source-file-property-classname.html \ingroup cmake-source-file-properties-qtdbus \title CLASSNAME @@ -271,7 +271,7 @@ with the provided property value. */ /*! -\page cmake-source-file-property-INCLUDE.html +\page cmake-source-file-property-include.html \ingroup cmake-source-file-properties-qtdbus \title INCLUDE @@ -288,7 +288,7 @@ to the generated C++ file. */ /*! -\page cmake-source-file-property-NO_NAMESPACE.html +\page cmake-source-file-property-no-namespace.html \ingroup cmake-source-file-properties-qtdbus \title NO_NAMESPACE -- cgit v1.2.3