Skip to content

Use common doxygen comment terminator style

Vlad Zahorodnii requested to merge work/doxygen-terminator into master

In plasma code, it's more common to see /** ... */ doxygen comments rather than /** ... **/.

This change fixes up doxygen comment terminators to prevent inconsistency issues.

Merge request reports