mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 19:26:53 +00:00
Doc comment fix
This commit is contained in:
parent
0f9ee653ab
commit
724b1edad5
@ -552,7 +552,6 @@ public:
|
||||
* Derived should override @ref impl_draw_background instead of changing
|
||||
* this function.
|
||||
*
|
||||
* @param frame_buffer The surface to draw upon.
|
||||
* @param x_offset The offset in the x-direction in the
|
||||
* @p frame_buffer to draw.
|
||||
* @param y_offset The offset in the y-direction in the
|
||||
@ -568,7 +567,6 @@ public:
|
||||
* Derived should override @ref impl_draw_children instead of changing
|
||||
* this function.
|
||||
*
|
||||
* @param frame_buffer The surface to draw upon.
|
||||
* @param x_offset The offset in the x-direction in the
|
||||
* @p frame_buffer to draw.
|
||||
* @param y_offset The offset in the y-direction in the
|
||||
@ -585,7 +583,6 @@ public:
|
||||
* Derived should override @ref impl_draw_foreground instead of changing
|
||||
* this function.
|
||||
*
|
||||
* @param frame_buffer The surface to draw upon.
|
||||
* @param x_offset The offset in the x-direction in the
|
||||
* @p frame_buffer to draw.
|
||||
* @param y_offset The offset in the y-direction in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user