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_IWindow.h
parent1779452eb455434ae151fa150e028060ddcf1c26 (diff)
Cleanup: doxygen comments
Diffstat (limited to 'intern/ghost/GHOST_IWindow.h')
-rw-r--r--intern/ghost/GHOST_IWindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index 649f06749b6..688ebecf557 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -212,7 +212,6 @@ public:
/**
* Gets the current swap interval for swapBuffers.
- * \param windowhandle The handle to the window
* \param intervalOut pointer to location to return swap interval (left untouched if there is an error)
* \return A boolean success indicator of if swap interval was successfully read.
*/
@@ -244,7 +243,7 @@ public:
/**
* Changes the window user data.
- * \param data The window user data.
+ * \param userData The window user data.
*/
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;
@@ -281,8 +280,8 @@ public:
/**
* Set the shape of the cursor.
- * \param cursor The new cursor shape type id.
- * \return Indication of success.
+ * \param cursorShape: The new cursor shape type id.
+ * \return Indication of success.
*/
virtual GHOST_TSuccess setCursorShape(GHOST_TStandardCursor cursorShape) = 0;