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 'intern/moto/intern/MT_Plane3.cpp')
-rw-r--r--intern/moto/intern/MT_Plane3.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/moto/intern/MT_Plane3.cpp b/intern/moto/intern/MT_Plane3.cpp
index ea64b5c0457..1cf8d177e3a 100644
--- a/intern/moto/intern/MT_Plane3.cpp
+++ b/intern/moto/intern/MT_Plane3.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file moto/intern/MT_Plane3.cpp
+ * \ingroup moto
+ */
+
+
#ifndef GEN_INLINED
#include "MT_Plane3.h"
#include "MT_Plane3.inl"