style cleanup: comment blocks
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
#include "BLI_listbase.h"
|
||||
|
||||
/**
|
||||
* Class with implementation of green screen gradient rasterization
|
||||
*/
|
||||
* Class with implementation of green screen gradient rasterization
|
||||
*/
|
||||
class TrackPositionOperation : public NodeOperation {
|
||||
protected:
|
||||
enum {
|
||||
@@ -58,8 +58,8 @@ protected:
|
||||
float m_relativePos[2];
|
||||
|
||||
/**
|
||||
* Determine the output resolution. The resolution is retrieved from the Renderer
|
||||
*/
|
||||
* Determine the output resolution. The resolution is retrieved from the Renderer
|
||||
*/
|
||||
void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user