Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXX

Also use doxy style function reference `#` prefix chars when
referencing identifiers.
This commit is contained in:
2021-07-03 23:08:40 +10:00
parent 05f970847e
commit 9b89de2571
638 changed files with 1434 additions and 1419 deletions

View File

@@ -177,9 +177,9 @@ typedef struct bAnimListElem {
* action's ID. But if this is a f-curve which is a driver, then the owner
* is set to, for example, object.
*
* Note, that this is different from id above. The id above will be set to
* an object if the f-curve is coming from action associated with that
* object. */
* NOTE: this is different from id above. The id above will be set to
* an object if the f-curve is coming from action associated with that object.
*/
struct ID *fcurve_owner_id;
/**