From 0736a4b47a29ee5876e1179e1f00c4318b749c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Sep 2024 19:02:14 +0200 Subject: [PATCH] doc: don't put links into section titles. This used to work in old Doxygen (now it says something about potential recursion), but given the m.css theme turns section titles into links, having a nested link inside doesn't make sense. --- doc/developers.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developers.dox b/doc/developers.dox index 4054fc515..d91cf4eeb 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -276,7 +276,7 @@ following cases apply: interface. A rather exhaustive list of ABI-affecting changes is in the KDE Community Wiki: https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B -@subsection developers-plugin-interface-updating-importers Checklist for updating the @ref Trade::AbstractImporter plugin interface +@subsection developers-plugin-interface-updating-importers Checklist for updating the `Trade::AbstractImporter` plugin interface - Newly added `do*()` APIs need to be also handled in all proxies: - @relativeref{Trade,AnyImageImporter} @@ -299,7 +299,7 @@ following cases apply: need a corresponding change in @ref Trade::AbstractImageConverter and @ref Trade::AbstractSceneConverter -@subsection developers-plugin-interface-updating-image-converters Checklist for updating the @ref Trade::AbstractImageConverter plugin interface +@subsection developers-plugin-interface-updating-image-converters Checklist for updating the `Trade::AbstractImageConverter` plugin interface - Newly added `do*()` APIs need to be also handled in all proxies: - @relativeref{Trade,AnyImageConverter} @@ -314,7 +314,7 @@ following cases apply: - It's highly likely that APIs added to / changed in the image converter will also need a corresponding change in @ref Trade::AbstractSceneConverter -@subsection developers-plugin-interface-updating-scene-converters Checklist for updating the @ref Trade::AbstractSceneConverter plugin interface +@subsection developers-plugin-interface-updating-scene-converters Checklist for updating the `Trade::AbstractSceneConverter` plugin interface - Newly added `do*()` APIs need to be also handled in all proxies: - @relativeref{Trade,AnySceneConverter}