Added file comment - necessary for Doxygen to pick up function definitions and typedefs

This commit is contained in:
Michael Jumper
2010-09-16 21:25:45 -07:00
parent 521f0c44b5
commit 0630e69668

View File

@@ -24,6 +24,12 @@
#include "guacio.h"
/**
* Provides functions and structures required for defining (and handling) a proxy client.
*
* @file client.h
*/
typedef struct guac_client guac_client;
typedef void guac_client_handle_messages(guac_client* client);