diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-01 13:00:58 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-05-06 15:13:09 +0000 |
commit | b5a575b0924036378b6deb50ac8fe7de3380e18d (patch) | |
tree | fae50e4af5256fe24838f7e85d1d6c17bcdc80d4 /src/plugins/http_static/static_server.c | |
parent | aad5e0c16fb4d91f6d896f8035d6acb9bcd0fec6 (diff) |
docs: clean up make docs job
Type: docs
Change-Id: I9b5e5137eb4c1e89f6e8d7a278cd11a0fd496471
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/http_static/static_server.c')
-rw-r--r-- | src/plugins/http_static/static_server.c | 8 |
1 files changed, 5 insertions, 3 deletions
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 <vppinfra/bihash_template.c> -/** @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 */ |