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 <campbell@blender.org>2022-03-02 04:07:18 +0300
committerCampbell Barton <campbell@blender.org>2022-03-02 04:11:08 +0300
commitaa500c4fcabe7dad834b91572c75bee760041ede (patch)
tree4dd6884ac9713cf3e8fd64a1050c49c6833b58d6 /intern/ghost/GHOST_ISystem.h
parenteabdcdcd44b93943dc5aa595c7614d5ccdd11d6e (diff)
Cleanup: use back-slash for doxygen commands, color after parameters
Diffstat (limited to 'intern/ghost/GHOST_ISystem.h')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index a33879522f4..ed193ee7e5d 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -313,7 +313,7 @@ class GHOST_ISystem {
* Get the Window under the cursor.
* \param x: The x-coordinate of the cursor.
* \param y: The y-coordinate of the cursor.
- * @return The window under the cursor or nullptr if none.
+ * \return The window under the cursor or nullptr if none.
*/
virtual GHOST_IWindow *getWindowUnderCursor(int32_t x, int32_t y) = 0;