Minor: Bah, doxygen file's doc comments were also missing from warp and navmesh modifiers...

This commit is contained in:
Bastien Montagne 2011-09-22 12:00:24 +00:00
parent b6bf57e2b0
commit aa809e6f78
2 changed files with 10 additions and 0 deletions

@ -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"

@ -23,6 +23,10 @@
*
*/
/** \file blender/modifiers/intern/MOD_warp.c
* \ingroup modifiers
*/
#include <string.h>
#include "MEM_guardedalloc.h"