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/boolop/intern/BOP_Mesh.cpp')
-rw-r--r--intern/boolop/intern/BOP_Mesh.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/boolop/intern/BOP_Mesh.cpp b/intern/boolop/intern/BOP_Mesh.cpp
index b574c225bd3..7ccdce36754 100644
--- a/intern/boolop/intern/BOP_Mesh.cpp
+++ b/intern/boolop/intern/BOP_Mesh.cpp
@@ -1,4 +1,4 @@
-/**
+/*
*
* $Id$
*
@@ -27,6 +27,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file boolop/intern/BOP_Mesh.cpp
+ * \ingroup boolopintern
+ */
+
#include "BOP_Mesh.h"
#include "BOP_MathUtils.h"