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_IRenderTools.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_IRenderTools.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/source/gameengine/Rasterizer/RAS_IRenderTools.h b/source/gameengine/Rasterizer/RAS_IRenderTools.h
index 27b328412d2..1d9f7052975 100644
--- a/source/gameengine/Rasterizer/RAS_IRenderTools.h
+++ b/source/gameengine/Rasterizer/RAS_IRenderTools.h
@@ -103,13 +103,13 @@ public:
/**
* Renders 3D text string using BFL.
- * @param fontid The id of the font.
- * @param text The string to render.
- * @param size The size of the text.
- * @param dpi The resolution of the text.
- * @param color The color of the object.
- * @param mat The Matrix of the text object.
- * @param aspect A scaling factor to compensate for the size.
+ * \param fontid The id of the font.
+ * \param text The string to render.
+ * \param size The size of the text.
+ * \param dpi The resolution of the text.
+ * \param color The color of the object.
+ * \param mat The Matrix of the text object.
+ * \param aspect A scaling factor to compensate for the size.
*/
virtual
void
@@ -125,12 +125,12 @@ public:
/**
* Renders 2D text string.
- * @param mode The type of text
- * @param text The string to render.
- * @param xco Position on the screen (origin in lower left corner).
- * @param yco Position on the screen (origin in lower left corner).
- * @param width Width of the canvas to draw to.
- * @param height Height of the canvas to draw to.
+ * \param mode The type of text
+ * \param text The string to render.
+ * \param xco Position on the screen (origin in lower left corner).
+ * \param yco Position on the screen (origin in lower left corner).
+ * \param width Width of the canvas to draw to.
+ * \param height Height of the canvas to draw to.
*/
virtual
void