/** States for each HTTP connection to the webserver. */\r
enum Webserver_States_t\r
{\r
- WEBSERVER_STATE_OpenRequestedFile, /** Currently opening requested file */\r
+ WEBSERVER_STATE_OpenRequestedFile, /**< Currently opening requested file */\r
WEBSERVER_STATE_SendResponseHeader, /**< Currently sending HTTP response headers to the client */\r
WEBSERVER_STATE_SendMIMETypeHeader, /**< Currently sending HTTP MIME type header to the client */\r
WEBSERVER_STATE_SendData, /**< Currently sending HTTP page data to the client */\r
} MIME_Type_t;\r
\r
/* Macros: */\r
- /** TCP listen port for incomming HTTP traffic */\r
+ /** TCP listen port for incoming HTTP traffic */\r
#define HTTP_SERVER_PORT 80\r
\r
/* Function Prototypes: */\r