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:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_ICanvas.cpp')
-rw-r--r--source/gameengine/Rasterizer/RAS_ICanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Rasterizer/RAS_ICanvas.cpp b/source/gameengine/Rasterizer/RAS_ICanvas.cpp
index 808d257f8f0..2e6e3809063 100644
--- a/source/gameengine/Rasterizer/RAS_ICanvas.cpp
+++ b/source/gameengine/Rasterizer/RAS_ICanvas.cpp
@@ -55,7 +55,7 @@ struct ScreenshotTaskData
* Function that actually performs the image compression and saving to disk of a screenshot.
* Run in a separate thread by RAS_ICanvas::save_screenshot().
*
- * @param taskdata Must point to a ScreenshotTaskData object. This function takes ownership
+ * \param taskdata Must point to a ScreenshotTaskData object. This function takes ownership
* of all pointers in the ScreenshotTaskData, and frees them.
*/
void save_screenshot_thread_func(TaskPool *__restrict pool, void *taskdata, int threadid);