style cleanup
- spelling - turns out we had tessellation spelt wrong all over. - use \directive for doxy (not @directive) - remove BLI_sparsemap.h - was from bmesh merge IIRC but entire file commented and not used.
This commit is contained in:
@@ -154,8 +154,8 @@ static void menudata_free(MenuData *md)
|
||||
* indicates a seperator, sss%l indicates a label and
|
||||
* new column.
|
||||
*
|
||||
* @param str String to be parsed.
|
||||
* @retval new menudata structure, free with menudata_free()
|
||||
* \param str String to be parsed.
|
||||
* \retval new menudata structure, free with menudata_free()
|
||||
*/
|
||||
static MenuData *decompose_menu_string(const char *str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user