From b56cad3b4b50da5968b9462e4b9d128c57cd4fdb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 15 Sep 2024 01:46:59 +0200 Subject: [PATCH] documentation/doxygen: properly escape HTML <>s in a test. This was making Doxygen 1.10 + 1.11 fail parsing the link title, substituting for an empty text. Funnily enough 1.12 doesn't suffer from that anymore, which is what made me think that was a Doxygen bug and not mine. Well it still *is* a Doxygen bug, but at least now I can have consistent output everywhere. --- documentation/test_doxygen/contents_typography/input.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/test_doxygen/contents_typography/input.dox b/documentation/test_doxygen/contents_typography/input.dox index 29c0cb80..bfc2bee3 100644 --- a/documentation/test_doxygen/contents_typography/input.dox +++ b/documentation/test_doxygen/contents_typography/input.dox @@ -33,7 +33,7 @@ This is a `typewriter text`, *emphasis*, **bold**. Emphasis with and [URL](http://google.com). Small *text*. En-dash -- and em-dash ---. Reference to a @ref section. Named reference with special characters in title: @ref section "» Warnings «". Reference with -escaped characters in title: @ref an-anchor "". +escaped characters in title: @ref an-anchor "<anchor>". 2nd is L ∀ ∇ π ℜ ℑ This costs no $, €, £, ¥ or ¤. -- 2.30.2