I was experimenting with building my own Doxygen documentation and I noticed an issue with GUIInfoManager.cpp.
Also see: https://xbmc.github.io/docs.kodi.tv/mast…99566a1ea1
The horizontal separator appears to be cutting the label description in half rather than providing separation between labels.
Looking at the source code, it would appear that the `<p>`and `<p><hr>` tag sequences are the wrong way around.
https://github.com/xbmc/xbmc/blob/431372…1-L6521C54
I made the proposed changes on my test system and it appears that it worked.
I’m happy to make this change and submit a PR.
Does anyone want to double-check this before I proceed? Maybe I missed something.