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:
@@ -88,12 +88,12 @@ public:
|
||||
|
||||
/**
|
||||
* Hacky way of passing options to specific controllers
|
||||
* @param option An integer identifying the option.
|
||||
* @param value The value of this option.
|
||||
* @attention This has been placed here to give sca-elements
|
||||
* @attention some control over the controllers. This is
|
||||
* @attention necessary because the identity of the controller
|
||||
* @attention is lost on the way here.
|
||||
* \param option An integer identifying the option.
|
||||
* \param value The value of this option.
|
||||
* \attention This has been placed here to give sca-elements
|
||||
* \attention some control over the controllers. This is
|
||||
* \attention necessary because the identity of the controller
|
||||
* \attention is lost on the way here.
|
||||
*/
|
||||
virtual
|
||||
void
|
||||
|
Reference in New Issue
Block a user