Cleanup: docy comments beginning with '/**' don't end with '**/'

This commit is contained in:
2021-01-04 12:00:18 +11:00
parent 9b10b3930b
commit 54f89e8704
34 changed files with 50 additions and 49 deletions

View File

@@ -48,7 +48,7 @@ typedef struct ShaderInput {
/**
* Implementation of Shader interface.
* Base class which is then specialized for each implementation (GL, VK, ...).
**/
*/
class ShaderInterface {
/* TODO(fclem): should be protected. */
public: