In the doxygen plugin F1-help the links to other plugins help pages or sections within other plugin help pages do not work currently when using the doxygen \ref functionality. This is only true for the F1-help, for generated user documentation the links work.
In order to resolve the links also in the F1-help, the plugin to which the \ref refers to must be included in the manifest_headers.cmake file as Require-Plugin.
This issue was found in the following plugins (however, not all plugins were checken and there might be more occurances):
- org.mitk.gui.qt.matchpoint.algorithm.browser
- org.mitk.gui.qt.matchpoint.algorithm.control
- org.mitk.gui.qt.matchpoint.framereg
- org.mitk.gui.qt.matchpoint.manipulator
Pay attention to the order of the plugins in the PluginList.cmake. A certain plugin can include only plugins which are located above this certain plugin in the list.
Remark: For the pharmacokinetics and modelFit related plugins this issue has also been found. It will be fixed as part of the updates of the manual for the 2023.10 release.