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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:57:17 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:57:17 +0300
commitcaa7bea1c591277556b5cf3a076e90f1804a84f6 (patch)
tree6c924eea2417f98346a1e3b29116079a4d00f9d9 /source/blender/modifiers/intern/MOD_smooth.c
parent1bb465141dd6798b39fcd8ae48d734627a036bd0 (diff)
doxygendoxygen: blender/modifiers tagged.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_smooth.c')
-rw-r--r--source/blender/modifiers/intern/MOD_smooth.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_smooth.c b/source/blender/modifiers/intern/MOD_smooth.c
index 7761995a419..526b54d1cf8 100644
--- a/source/blender/modifiers/intern/MOD_smooth.c
+++ b/source/blender/modifiers/intern/MOD_smooth.c
@@ -30,6 +30,11 @@
*
*/
+/** \file blender/modifiers/intern/MOD_smooth.c
+ * \ingroup modifiers
+ */
+
+
#include "DNA_meshdata_types.h"
#include "BLI_math.h"