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/decimation/intern/LOD_decimation.cpp')
-rw-r--r--intern/decimation/intern/LOD_decimation.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/decimation/intern/LOD_decimation.cpp b/intern/decimation/intern/LOD_decimation.cpp
index 69fb018df98..a3893cd46fc 100644
--- a/intern/decimation/intern/LOD_decimation.cpp
+++ b/intern/decimation/intern/LOD_decimation.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file decimation/intern/LOD_decimation.cpp
+ * \ingroup decimation
+ */
+
+
// implementation of external c api
#include "../extern/LOD_decimation.h"
#include "LOD_DecimationClass.h"