From: Christophe Jaillet Date: Thu, 22 Mar 2018 21:30:59 +0000 (+0000) Subject: Fix some easy doxygen comment. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a6778ccd1725ef8b714ce8c1529b5a5d5d3f11;p=thirdparty%2Fapache%2Fhttpd.git Fix some easy doxygen comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_headers.h b/modules/http2/h2_headers.h index e7e88e3db46..4c869f24f68 100644 --- a/modules/http2/h2_headers.h +++ b/modules/http2/h2_headers.h @@ -64,7 +64,6 @@ h2_headers *h2_headers_copy(apr_pool_t *pool, h2_headers *h); /** * Create the headers for the given error. - * @param stream_id id of the stream to create the headers for * @param type the error code * @param req the original h2_request * @param pool the memory pool to use