WINTERMUTE: Fix up doxygen comment

This commit is contained in:
Willem Jan Palenstijn 2013-10-01 08:11:27 +02:00
parent 8e58be7a1d
commit 2ec84600a9

View File

@ -82,13 +82,13 @@ public:
void invalidateTicketsFromSurface(BaseSurfaceOSystem *surf);
/**
* Insert a new ticket into the queue, adding a dirty rect
* param renderTicket the ticket to be added.
* @param renderTicket the ticket to be added.
*/
void drawFromTicket(RenderTicket *renderTicket);
/**
* Re-insert an existing ticket into the queue, adding a dirty rect
* out-of-order from last draw from the ticket.
* param ticket iterator pointing to the ticket to be added.
* @param ticket iterator pointing to the ticket to be added.
*/
void drawFromQueuedTicket(const RenderQueueIterator &ticket);