Fix doccomments.
This commit is contained in:
parent
ab36c8bcc2
commit
f97a617a26
2 changed files with 0 additions and 5 deletions
|
@ -1070,9 +1070,6 @@ public:
|
|||
/**
|
||||
* Add an item to the drawing buffer. You need to update screen on affected area
|
||||
*
|
||||
* @param layer The layer to draw on.
|
||||
* @param loc The hex the image belongs to, needed for the
|
||||
* drawing order.
|
||||
*/
|
||||
|
||||
void drawing_queue_add(const drawing_queue::layer,
|
||||
|
|
|
@ -94,8 +94,6 @@ public:
|
|||
/**
|
||||
* Shows the window.
|
||||
*
|
||||
* @param restore Restore the screenarea the window was on
|
||||
* after closing it?
|
||||
* @param auto_close_timeout The time in ms after which the window will
|
||||
* automatically close, if 0 it doesn't close.
|
||||
* @note the timeout is a minimum time and
|
||||
|
|
Loading…
Add table
Reference in a new issue