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/scene_graph')
-rw-r--r--source/blender/freestyle/intern/scene_graph/DrawingStyle.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/FrsMaterial.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/LineRep.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/LineRep.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/Node.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeCamera.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeCamera.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeGroup.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeGroup.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeLight.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeLight.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeShape.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeShape.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeTransform.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeTransform.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeViewLayer.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/OrientedLineRep.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/Rep.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/Rep.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/SceneHash.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/SceneHash.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/SceneVisitor.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/TriangleRep.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/TriangleRep.h3
-rw-r--r--source/blender/freestyle/intern/scene_graph/VertexRep.cpp3
-rw-r--r--source/blender/freestyle/intern/scene_graph/VertexRep.h3
35 files changed, 35 insertions, 70 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/DrawingStyle.h b/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
index 0f658689ca6..846512a7c6f 100644
--- a/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
+++ b/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_DRAWING_STYLE_H__
#define __FREESTYLE_DRAWING_STYLE_H__
-/** \file blender/freestyle/intern/scene_graph/DrawingStyle.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the drawing style of a node
*/
diff --git a/source/blender/freestyle/intern/scene_graph/FrsMaterial.h b/source/blender/freestyle/intern/scene_graph/FrsMaterial.h
index dbfafe32578..6228452cdd2 100644
--- a/source/blender/freestyle/intern/scene_graph/FrsMaterial.h
+++ b/source/blender/freestyle/intern/scene_graph/FrsMaterial.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_MATERIAL_H__
#define __FREESTYLE_MATERIAL_H__
-/** \file blender/freestyle/intern/scene_graph/FrsMaterial.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class used to handle materials.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
index e825c933a19..a40912cbd91 100644
--- a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
+++ b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/IndexedFaceSet.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief A Set of indexed faces to represent a surfacic object
*/
diff --git a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
index 5415262f357..af2dc730d19 100644
--- a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
+++ b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_INDEXED_FACE_SET_H__
#define __FREESTYLE_INDEXED_FACE_SET_H__
-/** \file blender/freestyle/intern/scene_graph/IndexedFaceSet.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief A Set of indexed faces to represent a surfacic object
*/
diff --git a/source/blender/freestyle/intern/scene_graph/LineRep.cpp b/source/blender/freestyle/intern/scene_graph/LineRep.cpp
index b253ecfb6fe..ef9a7d949fa 100644
--- a/source/blender/freestyle/intern/scene_graph/LineRep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/LineRep.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/LineRep.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the representation of 3D Line.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/LineRep.h b/source/blender/freestyle/intern/scene_graph/LineRep.h
index aea082ccdc7..1d0f73da4aa 100644
--- a/source/blender/freestyle/intern/scene_graph/LineRep.h
+++ b/source/blender/freestyle/intern/scene_graph/LineRep.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_LINE_REP_H__
#define __FREESTYLE_LINE_REP_H__
-/** \file blender/freestyle/intern/scene_graph/LineRep.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the representation of 3D Line.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/Node.h b/source/blender/freestyle/intern/scene_graph/Node.h
index 3ac38891fa0..9c32c01a9f1 100644
--- a/source/blender/freestyle/intern/scene_graph/Node.h
+++ b/source/blender/freestyle/intern/scene_graph/Node.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_H__
#define __FREESTYLE_NODE_H__
-/** \file blender/freestyle/intern/scene_graph/Node.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Abstract class for scene graph nodes. Inherits from BaseObject which defines the addRef release mechanism.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp b/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp
index 372e06d4668..e45b30dfdd2 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeCamera.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeCamera.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a light node
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeCamera.h b/source/blender/freestyle/intern/scene_graph/NodeCamera.h
index 69e5e0b049b..27432a1ae53 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeCamera.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeCamera.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_CAMERA_H__
#define __FREESTYLE_NODE_CAMERA_H__
-/** \file blender/freestyle/intern/scene_graph/NodeCamera.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a light node
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp b/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
index cfcba3798d6..f36453e8f24 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeDrawingStyle.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a Drawing Style to be applied to the underlying children. Inherits from NodeGroup.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h b/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
index 3697ecaded5..61c6b114acb 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_DRAWING_STYLE_H__
#define __FREESTYLE_NODE_DRAWING_STYLE_H__
-/** \file blender/freestyle/intern/scene_graph/NodeDrawingStyle.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define a Drawing Style to be applied to the underlying children. Inherits from NodeGroup.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp b/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp
index f6aed3a2502..116738240fa 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeGroup.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeGroup.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a group node. This node can contains several children.
* \brief It also contains a transform matrix indicating the transform state of the underlying children.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeGroup.h b/source/blender/freestyle/intern/scene_graph/NodeGroup.h
index d3fa004856f..f5c0c574537 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeGroup.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeGroup.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_GROUP_H__
#define __FREESTYLE_NODE_GROUP_H__
-/** \file blender/freestyle/intern/scene_graph/NodeGroup.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a group node. This node can contains several children.
* \brief It also contains a transform matrix indicating the transform state of the underlying children.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeLight.cpp b/source/blender/freestyle/intern/scene_graph/NodeLight.cpp
index 939a99beb3a..65e29bd6ed7 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeLight.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeLight.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeLight.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a light node
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeLight.h b/source/blender/freestyle/intern/scene_graph/NodeLight.h
index 85ca2b1a2b8..dc67ea0637d 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeLight.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeLight.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_LIGHT_H__
#define __FREESTYLE_NODE_LIGHT_H__
-/** \file blender/freestyle/intern/scene_graph/NodeLight.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a light node
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeShape.cpp b/source/blender/freestyle/intern/scene_graph/NodeShape.cpp
index e7ea8dc16fd..b1f3578976f 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeShape.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeShape.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeShape.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build a shape node. It contains a Rep, which is the shape geometry
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeShape.h b/source/blender/freestyle/intern/scene_graph/NodeShape.h
index b1f1cf8d3ef..709931fa02f 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeShape.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeShape.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_SHAPE_H__
#define __FREESTYLE_NODE_SHAPE_H__
-/** \file blender/freestyle/intern/scene_graph/NodeShape.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to build a shape node. It contains a Rep, which is the shape geometry
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp b/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp
index d5739dea821..03c0e20f532 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeTransform.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeTransform.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a transform node. A Transform node contains one or several children,
* \brief all affected by the transformation.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeTransform.h b/source/blender/freestyle/intern/scene_graph/NodeTransform.h
index 2746c897bb0..a9729390e74 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeTransform.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeTransform.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_TRANSFORM_H__
#define __FREESTYLE_NODE_TRANSFORM_H__
-/** \file blender/freestyle/intern/scene_graph/NodeTransform.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a transform node. A Transform node contains one or several children,
* \brief all affected by the transformation.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp b/source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp
index 99f1ce556e2..a5df96129e4 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp
+++ b/source/blender/freestyle/intern/scene_graph/NodeViewLayer.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/NodeViewLayer.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a scene render layer in Blender.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/NodeViewLayer.h b/source/blender/freestyle/intern/scene_graph/NodeViewLayer.h
index 5d2cd3a5ba8..41ddef7c1ce 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeViewLayer.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeViewLayer.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_NODE_VIEW_LAYER_H__
#define __FREESTYLE_NODE_VIEW_LAYER_H__
-/** \file blender/freestyle/intern/scene_graph/NodeViewLayer.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to represent a view layer in Blender.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp b/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp
index ab1176aee01..a9b88ad9618 100644
--- a/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/OrientedLineRep.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/OrientedLineRep.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to display an oriented line representation.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h b/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h
index 473ef8798fd..7cb6738d379 100644
--- a/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h
+++ b/source/blender/freestyle/intern/scene_graph/OrientedLineRep.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_ORIENTED_LINE_REP_H__
#define __FREESTYLE_ORIENTED_LINE_REP_H__
-/** \file blender/freestyle/intern/scene_graph/OrientedLineRep.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to display an oriented line representation.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/Rep.cpp b/source/blender/freestyle/intern/scene_graph/Rep.cpp
index 1b4408fc761..df8db2a536e 100644
--- a/source/blender/freestyle/intern/scene_graph/Rep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/Rep.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/Rep.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Base class for all shapes. Inherits from BasicObjects for references counter management (addRef, release).
*/
diff --git a/source/blender/freestyle/intern/scene_graph/Rep.h b/source/blender/freestyle/intern/scene_graph/Rep.h
index 3936eaceaa2..0677a239797 100644
--- a/source/blender/freestyle/intern/scene_graph/Rep.h
+++ b/source/blender/freestyle/intern/scene_graph/Rep.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_REP_H__
#define __FREESTYLE_REP_H__
-/** \file blender/freestyle/intern/scene_graph/Rep.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Base class for all shapes. Inherits from BasicObjects for references counter management (addRef, release).
*/
diff --git a/source/blender/freestyle/intern/scene_graph/SceneHash.cpp b/source/blender/freestyle/intern/scene_graph/SceneHash.cpp
index e95dadf361e..8a2c675cbe4 100644
--- a/source/blender/freestyle/intern/scene_graph/SceneHash.cpp
+++ b/source/blender/freestyle/intern/scene_graph/SceneHash.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/SceneHash.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
*/
#include "SceneHash.h"
diff --git a/source/blender/freestyle/intern/scene_graph/SceneHash.h b/source/blender/freestyle/intern/scene_graph/SceneHash.h
index 6e086135c6d..e7229816989 100644
--- a/source/blender/freestyle/intern/scene_graph/SceneHash.h
+++ b/source/blender/freestyle/intern/scene_graph/SceneHash.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SCENE_HASH_H__
#define __FREESTYLE_SCENE_HASH_H__
-/** \file blender/freestyle/intern/scene_graph/SceneHash.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
*/
#include "IndexedFaceSet.h"
diff --git a/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp b/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp
index 96e2d28d13a..ad5f66a5d52 100644
--- a/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp
+++ b/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/ScenePrettyPrinter.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to display textual information about a scene graph.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h b/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h
index ef72f2de9dd..bdb4031f510 100644
--- a/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h
+++ b/source/blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SCENE_PRETTY_PRINTER_H__
#define __FREESTYLE_SCENE_PRETTY_PRINTER_H__
-/** \file blender/freestyle/intern/scene_graph/ScenePrettyPrinter.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to display textual information about a scene graph.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp b/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
index a77dfb1c88e..2e0521675a2 100644
--- a/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
+++ b/source/blender/freestyle/intern/scene_graph/SceneVisitor.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/SceneVisitor.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to visit (without doing anything) a scene graph structure
*/
diff --git a/source/blender/freestyle/intern/scene_graph/SceneVisitor.h b/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
index fe70e463e31..790507c1fdf 100644
--- a/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
+++ b/source/blender/freestyle/intern/scene_graph/SceneVisitor.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_SCENE_VISITOR_H__
#define __FREESTYLE_SCENE_VISITOR_H__
-/** \file blender/freestyle/intern/scene_graph/SceneVisitor.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to visit (without doing anything) a scene graph structure
*/
diff --git a/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp b/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp
index 9ced6691432..048a7e36df7 100644
--- a/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/TriangleRep.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/TriangleRep.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the represenation of a triangle
*/
diff --git a/source/blender/freestyle/intern/scene_graph/TriangleRep.h b/source/blender/freestyle/intern/scene_graph/TriangleRep.h
index 5aaaf2e2bf8..5d18845cb70 100644
--- a/source/blender/freestyle/intern/scene_graph/TriangleRep.h
+++ b/source/blender/freestyle/intern/scene_graph/TriangleRep.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_TRIANGLE_REP_H__
#define __FREESTYLE_TRIANGLE_REP_H__
-/** \file blender/freestyle/intern/scene_graph/TriangleRep.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the represenation of a triangle
*/
diff --git a/source/blender/freestyle/intern/scene_graph/VertexRep.cpp b/source/blender/freestyle/intern/scene_graph/VertexRep.cpp
index b4f06c708bf..416ab77c2a5 100644
--- a/source/blender/freestyle/intern/scene_graph/VertexRep.cpp
+++ b/source/blender/freestyle/intern/scene_graph/VertexRep.cpp
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/freestyle/intern/scene_graph/VertexRep.cpp
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the representation of a vertex for displaying purpose.
*/
diff --git a/source/blender/freestyle/intern/scene_graph/VertexRep.h b/source/blender/freestyle/intern/scene_graph/VertexRep.h
index 66eedd2c301..acc65319d6c 100644
--- a/source/blender/freestyle/intern/scene_graph/VertexRep.h
+++ b/source/blender/freestyle/intern/scene_graph/VertexRep.h
@@ -17,8 +17,7 @@
#ifndef __FREESTYLE_VERTEX_REP_H__
#define __FREESTYLE_VERTEX_REP_H__
-/** \file blender/freestyle/intern/scene_graph/VertexRep.h
- * \ingroup freestyle
+/** \file \ingroup freestyle
* \brief Class to define the representation of a vertex for displaying purpose.
*/