summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-07-05 15:59:26 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-07-05 14:10:43 +0000
commit2c3ec62f77222cdc6888b7b365b4538eda92b534 (patch)
treef86ec034119b7f562dfe6c5238bbebd07db29b3f
parent410b57380ddb20d91b960c075eead80d8f17c76d (diff)
fix format issues with quip 0019
Titles should have a underlying character the same length as the title. References, when not properly cited in the text, should be plain hyperlinks, otherwise the leading ".." will make them a comment. Change-Id: I403b6e6746c92127d73c0c60d48f38ad148dceec Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--quip-0019-nodiscard-policy.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/quip-0019-nodiscard-policy.rst b/quip-0019-nodiscard-policy.rst
index 66e43bf..8bec419 100644
--- a/quip-0019-nodiscard-policy.rst
+++ b/quip-0019-nodiscard-policy.rst
@@ -7,7 +7,7 @@ Created: 2023-06-19
Post-History: https://lists.qt-project.org/pipermail/development/2023-June/044044.html
``[[nodicard]]`` Policy
-===================
+=======================
This QUIP aims to document how we use the ``[[nodiscard]]`` attribute in Qt.
@@ -152,10 +152,10 @@ Formatting
References
----------
-.. `[[nodiscard]] documentation: https://en.cppreference.com/w/cpp/language/attributes/nodiscard`_
+`[[nodiscard]] documentation <https://en.cppreference.com/w/cpp/language/attributes/nodiscard>`_
-.. `"[[nodiscard]] for ctors", Peter Sommerlad: https://wg21.link/p1771`_
+`"[[nodiscard]] for ctors", Peter Sommerlad <https://wg21.link/p1771>`_
-.. `GCC bug preventing class-level ``[[nodiscard]]`` on exported classes: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117`_
+`GCC bug preventing class-level [[nodiscard]] on exported classes <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96117>`_
-.. `"[[nodiscard("should have a reason")]]", JeanHeyd Meneide, Isabella Muerte: https://wg21.link/p1301`_
+`"[[nodiscard("should have a reason")]]", JeanHeyd Meneide, Isabella Muerte <https://wg21.link/p1301>`_