Browse Source

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.
pull/650/head
Vladimír Vondruš 2 years ago
parent
commit
0736a4b47a
  1. 6
      doc/developers.dox

6
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}

Loading…
Cancel
Save