From b0d106267c773a177bc3316e387261f2696692b5 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 1 Mar 2022 11:14:49 +0100 Subject: Doc: Fix erraneous auto-link on Qt D-Bus landing page QDoc interprets a sequence of special characters as something to auto- link to; Escape the underscore character to prevent this. Fixes: QTBUG-100562 Pick-to: 6.3 Change-Id: I61a10d7ea6878ef93197b0d329e16b8867d8ad30 Reviewed-by: Venugopal Shivashankar --- src/dbus/doc/src/qtdbus-index.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus') diff --git a/src/dbus/doc/src/qtdbus-index.qdoc b/src/dbus/doc/src/qtdbus-index.qdoc index 8ad56ed996..c2963690f9 100644 --- a/src/dbus/doc/src/qtdbus-index.qdoc +++ b/src/dbus/doc/src/qtdbus-index.qdoc @@ -148,7 +148,7 @@ Like them, object paths in D-Bus are formed resembling path names on the filesystem: they are slash-separated labels, each consisting of letters, digits and the underscore character - ("_"). They must always start with a slash and must not end with + ("\_"). They must always start with a slash and must not end with one. \section2 Interfaces -- cgit v1.2.3