GRAPHICS: Fix some Doxygen comments that seem wrong.

This commit is contained in:
Einar Johan Trøan Sømåen 2014-08-29 03:26:48 +02:00
parent 183f8eea43
commit 0593c2eab2
5 changed files with 12 additions and 16 deletions

View file

@ -182,7 +182,7 @@ public:
* @param x Horizontal (X) coordinate for the top left corner of the triangle
* @param y Vertical (Y) coordinate for the top left corner of the triangle
* @param base Width of the base of the triangle
* @param h Height of the triangle
* @param height Height of the triangle
* @param orient Orientation of the triangle.
*/
virtual void drawTriangle(int x, int y, int base, int height, TriangleOrientation orient) = 0;
@ -276,8 +276,6 @@ public:
/**
* Fills the active surface with the specified fg/bg color or the active gradient.
* Defaults to using the active Foreground color for filling.
*
* @param mode Fill mode (bg, fg or gradient) used to fill the surface
*/
virtual void fillSurface() = 0;