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.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_ICanvas.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/gameengine/Rasterizer/RAS_ICanvas.h b/source/gameengine/Rasterizer/RAS_ICanvas.h
index 2c67f454df1..1e4d22243d0 100644
--- a/source/gameengine/Rasterizer/RAS_ICanvas.h
+++ b/source/gameengine/Rasterizer/RAS_ICanvas.h
@@ -269,12 +269,12 @@ protected:
* Saves screenshot data to a file. The actual compression and disk I/O is performed in
* a separate thread.
*
- * @param filename name of the file, can contain "###" for sequential numbering. A copy of the string
+ * \param filename name of the file, can contain "###" for sequential numbering. A copy of the string
* is made, so the pointer can be freed by the caller.
- * @param dumpsx width in pixels.
- * @param dumpsy height in pixels.
- * @param dumprect pixel data; ownership is passed to this function, which also frees the data.
- * @param im_format image format for the file; ownership is passed to this function, which also frees the data.
+ * \param dumpsx width in pixels.
+ * \param dumpsy height in pixels.
+ * \param dumprect pixel data; ownership is passed to this function, which also frees the data.
+ * \param im_format image format for the file; ownership is passed to this function, which also frees the data.
*/
void save_screenshot(const char *filename, int dumpsx, int dumpsy, unsigned int *dumprect,
ImageFormatData * im_format);