style cleanup: comment blocks

This commit is contained in:
2012-10-04 13:26:15 +00:00
parent bdb95acac8
commit d8144ef0f5
20 changed files with 89 additions and 88 deletions

View File

@@ -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: