Use common doxygen comment terminator style
In plasma code, it's more common to see /** ... */
doxygen comments
rather than /** ... **/
.
This change fixes up doxygen comment terminators to prevent inconsistency issues.
In plasma code, it's more common to see /** ... */
doxygen comments
rather than /** ... **/
.
This change fixes up doxygen comment terminators to prevent inconsistency issues.