[doc] fix Doxygen comments in code lines

Merged Bernd Flemisch requested to merge fix/doxygen-inline-comments into next

The Doxygen comment //! refers to the line after the comment. If the comment should refer to the same line, //!< has to be used.

Merge request reports