Cleanup: comments (long lines) in editors

This commit is contained in:
2019-04-29 19:29:41 +10:00
parent 9bb47c512f
commit c7f67d60fb
48 changed files with 216 additions and 140 deletions

View File

@@ -462,7 +462,8 @@ static void findnearestvert__doClosest(void *userData,
*
* \param r_dist: (in/out), minimal distance to the nearest and at the end, actual distance
* \param use_select_bias:
* - When true, selected vertices are given a 5 pixel bias to make them further than unselect verts.
* - When true, selected vertices are given a 5 pixel bias
* to make them further than unselect verts.
* - When false, unselected vertices are given the bias.
* \param use_cycle: Cycle over elements within #FIND_NEAR_CYCLE_THRESHOLD_MIN in order of index.
*/