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/application/AppView.h')
-rw-r--r--source/blender/freestyle/intern/application/AppView.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/freestyle/intern/application/AppView.h b/source/blender/freestyle/intern/application/AppView.h
index 3f07d2794c4..ccb2c61fef5 100644
--- a/source/blender/freestyle/intern/application/AppView.h
+++ b/source/blender/freestyle/intern/application/AppView.h
@@ -83,7 +83,7 @@ class AppView {
float _thickness;
public:
- /*! Sets the model to draw in the viewer
+ /** Sets the model to draw in the viewer
* iModel
* The Root Node of the model
*/
@@ -97,7 +97,7 @@ class AppView {
AddModel(iModel);
}
- /*! Adds a model for displaying in the viewer */
+ /** Adds a model for displaying in the viewer */
inline void AddModel(NodeGroup *iModel)
{
_ModelRootNode->AddChild(iModel);
@@ -226,14 +226,14 @@ class AppView {
real zfar();
public:
- /*! Core scene drawing */
+ /** Core scene drawing */
void DrawScene(SceneVisitor *iRenderer);
- /*! 2D Scene Drawing */
+ /** 2D Scene Drawing */
void Draw2DScene(SceneVisitor *iRenderer);
protected:
- /*! fabs or abs */
+ /** fabs or abs */
inline int rabs(int x)
{
return abs(x);