Documentation

This commit is contained in:
Michael Jumper 2011-11-25 22:15:53 -08:00
parent f86c06684e
commit 8df489129a
2 changed files with 2 additions and 8 deletions

View File

@ -39,12 +39,6 @@
#ifndef _GUACD_CLIENT_H #ifndef _GUACD_CLIENT_H
#define _GUACD_CLIENT_H #define _GUACD_CLIENT_H
/**
* Provides functions and structures required for defining (and handling) a proxy client.
*
* @file client.h
*/
/** /**
* The time to allow between sync responses in milliseconds. If a sync * The time to allow between sync responses in milliseconds. If a sync
* instruction is sent to the client and no response is received within this * instruction is sent to the client and no response is received within this

View File

@ -35,8 +35,8 @@
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#ifndef _GUAC_THREAD_H #ifndef _GUACD_THREAD_H
#define _GUAC_THREAD_H #define _GUACD_THREAD_H
/** /**
* Provides basic cross-platform threads. * Provides basic cross-platform threads.