Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/stroke/StrokeRep.h')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRep.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeRep.h b/source/blender/freestyle/intern/stroke/StrokeRep.h
index 09048b8e147..cc889aac364 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRep.h
+++ b/source/blender/freestyle/intern/stroke/StrokeRep.h
@@ -197,13 +197,13 @@ class StrokeRep {
StrokeRep(Stroke *iStroke);
virtual ~StrokeRep();
- /*! Creates the strips */
+ /** Creates the strips */
virtual void create();
- /*! Renders the stroke using a Renderer */
+ /** Renders the stroke using a Renderer */
virtual void Render(const StrokeRenderer *iRenderer);
- /*! accessors */
+ /** accessors */
inline Stroke::MediumType getMediumType() const
{
return _strokeType;
@@ -249,7 +249,7 @@ class StrokeRep {
return _stroke;
}
- /*! modifiers */
+ /** modifiers */
inline void setMediumType(Stroke::MediumType itype)
{
_strokeType = itype;