FlingEngine icon indicating copy to clipboard operation
FlingEngine copied to clipboard

Clean up comments to be in a better and more modern C++ style

Open BenjaFriend opened this issue 3 years ago • 1 comments

Right now the codebase uses xml style comments. These are pretty ugly and need to be updated to use a more standard style like this:

/**
* A general description of blah blah 
* 
* @param Foo bar param
* /

BenjaFriend avatar Jan 23 '22 20:01 BenjaFriend