Cleanup: use '\' for doxygen commands

This commit is contained in:
Campbell Barton 2020-03-19 12:07:10 +11:00
parent ed4c47632f
commit 014e569258
2 changed files with 3 additions and 3 deletions

@ -888,7 +888,7 @@ float BKE_defvert_multipaint_collective_weight(const struct MDeformVert *dv,
/**
* Computes the display weight for the lock relative weight paint mode.
*
* @return weight divided by 1-locked_weight with division by zero check
* \return weight divided by 1-locked_weight with division by zero check
*/
float BKE_defvert_calc_lock_relative_weight(float weight,
float locked_weight,
@ -922,7 +922,7 @@ float BKE_defvert_calc_lock_relative_weight(float weight,
/**
* Computes the display weight for the lock relative weight paint mode, using weight data.
*
* @return weight divided by unlocked, or 1-locked_weight with division by zero check
* \return weight divided by unlocked, or 1-locked_weight with division by zero check.
*/
float BKE_defvert_lock_relative_weight(float weight,
const struct MDeformVert *dv,

@ -708,7 +708,7 @@ bool BKE_object_defgroup_check_lock_relative(const bool *lock_flags,
/**
* Additional check for whether the lock relative mode is applicable in multi-paint mode.
*
* @return true if none of the selected groups are locked.
* \return true if none of the selected groups are locked.
*/
bool BKE_object_defgroup_check_lock_relative_multi(int defbase_tot,
const bool *lock_flags,