Cleanup: docy comments beginning with '/**' don't end with '**/'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user