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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-09-22 16:00:24 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-09-22 16:00:24 +0400
commitaa809e6f78d5904337038cdaa104cd52a4e7c7d5 (patch)
tree149e03f4f8b43206efee09d4836b046884619b6d /source/blender/modifiers
parentb6bf57e2b0b7a33ee297fe063fc6862b1e27d11e (diff)
Minor: Bah, doxygen file's doc comments were also missing from warp and navmesh modifiers...
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_navmesh.c6
-rw-r--r--source/blender/modifiers/intern/MOD_warp.c4
2 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_navmesh.c b/source/blender/modifiers/intern/MOD_navmesh.c
index cf4e01ad516..946a0948fee 100644
--- a/source/blender/modifiers/intern/MOD_navmesh.c
+++ b/source/blender/modifiers/intern/MOD_navmesh.c
@@ -25,6 +25,12 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
+
+/** \file blender/modifiers/intern/MOD_navmesh.c
+ * \ingroup modifiers
+ */
+
+
#include <math.h>
#include "DNA_mesh_types.h"
diff --git a/source/blender/modifiers/intern/MOD_warp.c b/source/blender/modifiers/intern/MOD_warp.c
index 723e77cc6bb..36d3dc88b56 100644
--- a/source/blender/modifiers/intern/MOD_warp.c
+++ b/source/blender/modifiers/intern/MOD_warp.c
@@ -23,6 +23,10 @@
*
*/
+/** \file blender/modifiers/intern/MOD_warp.c
+ * \ingroup modifiers
+ */
+
#include <string.h>
#include "MEM_guardedalloc.h"