GUAC-608: Add missing Doxygen annotation.

This commit is contained in:
Michael Jumper 2014-04-09 22:08:31 -07:00
parent 7d0497f287
commit 479800c711

View File

@ -63,6 +63,7 @@ typedef struct guac_common_clipboard {
/**
* Creates a new clipboard having the given initial size.
*
* @param size The maximum number of bytes to allow within the clipboard.
* @return A newly-allocated clipboard.
*/
guac_common_clipboard* guac_common_clipboard_alloc(int size);