From 0ddf3e110ef0f1f69ef785db867e581f813ee9a7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Sep 2018 18:51:31 +1000 Subject: Cleanup: comment blocks --- .../freestyle/intern/image/GaussianFilter.h | 22 ++++++++++------------ .../freestyle/intern/scene_graph/IndexedFaceSet.h | 2 +- source/blender/freestyle/intern/view_map/ViewMap.h | 20 ++++++++++---------- .../blender/freestyle/intern/winged_edge/WEdge.h | 22 ++++++++++------------ .../blender/freestyle/intern/winged_edge/WXEdge.h | 22 ++++++++++------------ 5 files changed, 41 insertions(+), 47 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h index fdbfd20d764..f460d56e5a5 100644 --- a/source/blender/freestyle/intern/image/GaussianFilter.h +++ b/source/blender/freestyle/intern/image/GaussianFilter.h @@ -120,18 +120,16 @@ protected: }; /* - - ############################################# - ############################################# - ############################################# - ###### ###### - ###### I M P L E M E N T A T I O N ###### - ###### ###### - ############################################# - ############################################# - ############################################# - -*/ + * ############################################# + * ############################################# + * ############################################# + * ###### ###### + * ###### I M P L E M E N T A T I O N ###### + * ###### ###### + * ############################################# + * ############################################# + * ############################################# + */ template float GaussianFilter::getSmoothedPixel(Map *map, int x, int y) diff --git a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h index a8fe3d8bbfa..4103d3299d4 100644 --- a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h +++ b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h @@ -113,7 +113,7 @@ public: * 0 : the arrays are not copied. The pointers passed as arguments are used. IndexedFaceSet takes these * arrays desallocation in charge. * 1 : the arrays are copied. The caller is in charge of the arrays, passed as arguments desallocation. - */ + */ IndexedFaceSet(float *iVertices, unsigned iVSize, float *iNormals, unsigned iNSize, FrsMaterial **iMaterials, unsigned iMSize, float *iTexCoords, unsigned iTSize, unsigned iNumFaces, unsigned *iNumVertexPerFace, TRIANGLES_STYLE *iFaceStyle, FaceEdgeMark *iFaceEdgeMarks, unsigned *iVIndices, unsigned iVISize, diff --git a/source/blender/freestyle/intern/view_map/ViewMap.h b/source/blender/freestyle/intern/view_map/ViewMap.h index 16c9699dcef..74fb875ffc6 100644 --- a/source/blender/freestyle/intern/view_map/ViewMap.h +++ b/source/blender/freestyle/intern/view_map/ViewMap.h @@ -1625,16 +1625,16 @@ public: /* - ############################################# - ############################################# - ############################################# - ###### ###### - ###### I M P L E M E N T A T I O N ###### - ###### ###### - ############################################# - ############################################# - ############################################# -*/ + * ############################################# + * ############################################# + * ############################################# + * ###### ###### + * ###### I M P L E M E N T A T I O N ###### + * ###### ###### + * ############################################# + * ############################################# + * ############################################# + */ /* for inline functions */ void ViewShape::SplitEdge(FEdge *fe, const vector& iViewVertices, vector& ioNewEdges, diff --git a/source/blender/freestyle/intern/winged_edge/WEdge.h b/source/blender/freestyle/intern/winged_edge/WEdge.h index 14109fba843..30f55ff7e73 100644 --- a/source/blender/freestyle/intern/winged_edge/WEdge.h +++ b/source/blender/freestyle/intern/winged_edge/WEdge.h @@ -1370,18 +1370,16 @@ private: /* - -############################################# -############################################# -############################################# -###### ###### -###### I M P L E M E N T A T I O N ###### -###### ###### -############################################# -############################################# -############################################# - -*/ + * ############################################# + * ############################################# + * ############################################# + * ###### ###### + * ###### I M P L E M E N T A T I O N ###### + * ###### ###### + * ############################################# + * ############################################# + * ############################################# + */ /* for inline functions */ void WOEdge::RetrieveCWOrderedEdges(vector& oEdges) { diff --git a/source/blender/freestyle/intern/winged_edge/WXEdge.h b/source/blender/freestyle/intern/winged_edge/WXEdge.h index 774cc67f3ab..cabb1f81c1a 100644 --- a/source/blender/freestyle/intern/winged_edge/WXEdge.h +++ b/source/blender/freestyle/intern/winged_edge/WXEdge.h @@ -802,18 +802,16 @@ public: }; /* - -############################################# -############################################# -############################################# -###### ###### -###### I M P L E M E N T A T I O N ###### -###### ###### -############################################# -############################################# -############################################# - -*/ + * ############################################# + * ############################################# + * ############################################# + * ###### ###### + * ###### I M P L E M E N T A T I O N ###### + * ###### ###### + * ############################################# + * ############################################# + * ############################################# + */ /* for inline functions */ bool WXVertex::isFeature() -- cgit v1.2.3