From 92f52bf6180f03d0d148cd4db15e07dfb97a5d53 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 19 Jun 2015 22:16:09 +0200 Subject: module: add some more docs --- modules/httpd/httpd.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'modules/httpd') diff --git a/modules/httpd/httpd.c b/modules/httpd/httpd.c index 3d21203..fcf7d9e 100644 --- a/modules/httpd/httpd.c +++ b/modules/httpd/httpd.c @@ -1,12 +1,27 @@ /** * @file httpd.c Webserver UI module * - * Copyright (C) 2010 Creytiv.com + * Copyright (C) 2010 - 2015 Creytiv.com */ #include #include +/** + * @defgroup httpd httpd + * + * HTTP Server module for the User-Interface + * + * Open your favourite web browser and point it to http://127.0.0.1:8000/ + * + * Example URLs: + \verbatim + http://127.0.0.1:8000?h -- Print the Help menu + http://127.0.0.1:8000?d1234@target.com -- Make an outgoing call + \endverbatim + */ + + static struct http_sock *httpsock; -- cgit v1.2.3