Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-07-01 09:30:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-01 09:30:26 +0300
commitd9046ccbd4cfc26375d852ef2ccd6edb4d6d0e6a (patch)
tree07a5dbabc00216f7c1af0b5535e4b2c80426d3a6 /intern/ghost/GHOST_ITimerTask.h
parent1779452eb455434ae151fa150e028060ddcf1c26 (diff)
Cleanup: doxygen comments
Diffstat (limited to 'intern/ghost/GHOST_ITimerTask.h')
-rw-r--r--intern/ghost/GHOST_ITimerTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h
index fcd42db59da..9bea697cbc8 100644
--- a/intern/ghost/GHOST_ITimerTask.h
+++ b/intern/ghost/GHOST_ITimerTask.h
@@ -80,7 +80,7 @@ public:
/**
* Changes the time user data.
- * \param data The timer user data.
+ * \param userData: The timer user data.
*/
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;