summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-11-01 16:30:39 +0100
committerKai Köhne <kai.koehne@qt.io>2022-11-02 13:13:07 +0100
commit0429df4d8cd6816c483c51f12d2276fb6c9b9913 (patch)
treef33b5375fb4b8e90ecccf1db04adede0175dcd2d /src
parent9cdd98ab138aca7dfaa5c7603ddf73b473d13091 (diff)
Doc: Normalize page names
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" {} ; Change-Id: If629003e8843162bac0627a0c311116a53f714f4 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/serialbus/doc/src/systeccan.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialbus/doc/src/systeccan.qdoc b/src/serialbus/doc/src/systeccan.qdoc
index 1719403..d696c58 100644
--- a/src/serialbus/doc/src/systeccan.qdoc
+++ b/src/serialbus/doc/src/systeccan.qdoc
@@ -1,7 +1,7 @@
// Copyright (C) 2016 Andre Hartmann <aha_1980@gmx.de>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \page qtserialbus-SystecCAN-overview.html
+ \page qtserialbus-systeccan-overview.html
\title Using SystecCAN Plugin
\brief Overview of how to use the SystecCAN plugin.