summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-08-23 09:42:12 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-08-31 07:19:39 +0000
commitc42df0937f0b79ed0b4b123d4c71dc07a6b7227a (patch)
tree957656dfde737e60b71939dcc6cac612abec8e06
parent2c3ec62f77222cdc6888b7b365b4538eda92b534 (diff)
[non-normative] QUIP-6: fix issue with a non-target using underscore
Using the notation: "_sometext_" doesn't work to empathize in rst, and the generator will understand "sometext_" as a target, which is not declared, so it generates an error. In this specific case: _opt-in_, the target "in_" was not declared, so QUIP-6 was not generated at all. Change-Id: I842760f0c5ada3a708ac4fc546364569b313e6a1 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--quip-0006.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/quip-0006.rst b/quip-0006.rst
index 33ec7b5..fda1a23 100644
--- a/quip-0006.rst
+++ b/quip-0006.rst
@@ -46,7 +46,7 @@ user code using Qt version checks, or similar techniques, such as
Category A SiCs are acceptable, while Category B SiCs are not.
-Category B SiCs can be made acceptable when hidden behind an _opt-in_ macro.
+Category B SiCs can be made acceptable when hidden behind an *opt-in* macro.
Deprecations and QT_NO_x macros are the primary examples of such opt-in
mechanisms.