After
https://bugs.kde.org/show_bug.cgi?id=360456
https://cgit.kde.org/ktexteditor.git/commit/?id=58baf7c318d4641a243ea18f04ef15ee017509e3
the align of doxygen comments in templates stopped working.
Without the patch:
/** * foo */ void foo();
with the patch:
/** * foo */ void foo();