From 0630e69668a5f6e8bbaeeea1d032bbde18f15532 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 16 Sep 2010 21:25:45 -0700 Subject: [PATCH] Added file comment - necessary for Doxygen to pick up function definitions and typedefs --- guacamole/libguac/include/client.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guacamole/libguac/include/client.h b/guacamole/libguac/include/client.h index d199b8624..cbfc7746a 100644 --- a/guacamole/libguac/include/client.h +++ b/guacamole/libguac/include/client.h @@ -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);