From e757c4a3bec8b0e8d198531a28327332af00a9ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Dec 2018 12:50:58 +1100 Subject: Cleanup: use colon separator after parameter Helps separate variable names from descriptive text. Was already used in some parts of the code, double space and dashes were used elsewhere. --- source/blender/blenlib/intern/timecode.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/blender/blenlib/intern/timecode.c') diff --git a/source/blender/blenlib/intern/timecode.c b/source/blender/blenlib/intern/timecode.c index f59c493206f..ab7766d2cd6 100644 --- a/source/blender/blenlib/intern/timecode.c +++ b/source/blender/blenlib/intern/timecode.c @@ -46,13 +46,13 @@ /** * Generate timecode/frame number string and store in \a str * - * \param str destination string - * \param maxncpy maximum number of characters to copy ``sizeof(str)`` - * \param power special setting for #View2D grid drawing, + * \param str: destination string + * \param maxncpy: maximum number of characters to copy ``sizeof(str)`` + * \param power: special setting for #View2D grid drawing, * used to specify how detailed we need to be - * \param time_seconds time total time in seconds - * \param fps frames per second, typically from the #FPS macro - * \param timecode_style enum from eTimecodeStyles + * \param time_seconds: time total time in seconds + * \param fps: frames per second, typically from the #FPS macro + * \param timecode_style: enum from eTimecodeStyles * \return length of \a str */ @@ -231,11 +231,11 @@ size_t BLI_timecode_string_from_time_simple( /** * Generate time string and store in \a str * - * \param str destination string - * \param maxncpy maximum number of characters to copy ``sizeof(str)`` - * \param power special setting for #View2D grid drawing, + * \param str: destination string + * \param maxncpy: maximum number of characters to copy ``sizeof(str)`` + * \param power: special setting for #View2D grid drawing, * used to specify how detailed we need to be - * \param time_seconds time total time in seconds + * \param time_seconds: time total time in seconds * \return length of \a str * * \note in some cases this is used to print non-seconds values. -- cgit v1.2.3