Minor: Added doxygen file's doc comments in weightvg modifiers.

This commit is contained in:
Bastien Montagne
2011-09-22 11:52:42 +00:00
parent 9166e1ae2f
commit b6bf57e2b0
5 changed files with 9 additions and 21 deletions

View File

@@ -26,11 +26,8 @@
*
*/
/*
* XXX I'd like to make modified weights visible in WeightPaint mode,
* but couldn't figure a way to do this...
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
* Or the WeightPaint mode code itself?
/** \file blender/modifiers/intern/MOD_weightvg_util.c
* \ingroup modifiers
*/
#include "BLI_math.h"

View File

@@ -26,7 +26,7 @@
*
*/
/** \file blender/modifiers/intern/MOD_util.h
/** \file blender/modifiers/intern/MOD_weightvg_util.h
* \ingroup modifiers
*/

View File

@@ -26,11 +26,8 @@
*
*/
/*
* XXX I'd like to make modified weights visible in WeightPaint mode,
* but couldn't figure a way to do this...
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
* Or the WeightPaint mode code itself?
/** \file blender/modifiers/intern/MOD_weightvgedit.c
* \ingroup modifiers
*/
#include "BLI_utildefines.h"

View File

@@ -26,11 +26,8 @@
*
*/
/*
* XXX I'd like to make modified weights visible in WeightPaint mode,
* but couldn't figure a way to do this...
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
* Or the WeightPaint mode code itself?
/** \file blender/modifiers/intern/MOD_weightvgmix.c
* \ingroup modifiers
*/
#include "BLI_utildefines.h"

View File

@@ -26,11 +26,8 @@
*
*/
/*
* XXX I'd like to make modified weights visible in WeightPaint mode,
* but couldn't figure a way to do this...
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
* Or the WeightPaint mode code itself?
/** \file blender/modifiers/intern/MOD_weightvgproximity.c
* \ingroup modifiers
*/
#include "BLI_editVert.h"