Cleanup: doxy comments

Use doxy references to function and enums,
also correct some names which became out of sync.
This commit is contained in:
Campbell Barton
2019-04-14 10:48:42 +02:00
parent b7e5433890
commit eff8cc9ccc
50 changed files with 215 additions and 160 deletions

View File

@@ -395,9 +395,9 @@ void BCAnimationSampler::generate_transforms(Object *ob, Bone *bone, BCAnimation
}
/**
* Collect all keyframes from all animation curves related to the object
* The bc_get... functions check for NULL and correct object type
* The add_keyframes_from() function checks for NULL
* Collect all keyframes from all animation curves related to the object.
* The bc_get... functions check for NULL and correct object type.
* The #add_keyframes_from() function checks for NULL.
*/
void BCAnimationSampler::initialize_keyframes(BCFrameSet &frameset, Object *ob)
{