From aa809e6f78d5904337038cdaa104cd52a4e7c7d5 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 22 Sep 2011 12:00:24 +0000 Subject: [PATCH] Minor: Bah, doxygen file's doc comments were also missing from warp and navmesh modifiers... --- source/blender/modifiers/intern/MOD_navmesh.c | 6 ++++++ source/blender/modifiers/intern/MOD_warp.c | 4 ++++ 2 files changed, 10 insertions(+) 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 #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 #include "MEM_guardedalloc.h"