From b5a575b0924036378b6deb50ac8fe7de3380e18d Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 1 Nov 2019 13:00:58 -0400 Subject: docs: clean up make docs job Type: docs Change-Id: I9b5e5137eb4c1e89f6e8d7a278cd11a0fd496471 Signed-off-by: Paul Vinciguerra --- src/plugins/http_static/http_static.h | 5 +++-- src/plugins/http_static/static_server.c | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'src/plugins/http_static') diff --git a/src/plugins/http_static/http_static.h b/src/plugins/http_static/http_static.h index c8823492da1..daa2ecf9e89 100644 --- a/src/plugins/http_static/http_static.h +++ b/src/plugins/http_static/http_static.h @@ -31,8 +31,9 @@ #include #include -/** @file Static http server definitions -*/ +/** @file http_static.h + * Static http server definitions + */ typedef struct { diff --git a/src/plugins/http_static/static_server.c b/src/plugins/http_static/static_server.c index 8945ee35036..d7a7fcf2947 100644 --- a/src/plugins/http_static/static_server.c +++ b/src/plugins/http_static/static_server.c @@ -25,9 +25,10 @@ #include -/** @file Static http server, sufficient to - serve .html / .css / .js content. -*/ +/** @file static_server.c + * Static http server, sufficient to + * serve .html / .css / .js content. + */ /*? %%clicmd:group_label Static HTTP Server %% ?*/ http_static_server_main_t http_static_server_main; @@ -299,6 +300,7 @@ static const char *http_response_template = /** \brief send http data @param hs - http session @param data - the data vector to transmit + @param length - length of data @param offset - transmit offset for this operation @return offset for next transmit operation, may be unchanged w/ full fifo */ -- cgit 1.2.3-korg