From 88a6778ccd1725ef8b714ce8c1529b5a5d5d3f11 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 22 Mar 2018 21:30:59 +0000 Subject: [PATCH] Fix some easy doxygen comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827531 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_headers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http2/h2_headers.h b/modules/http2/h2_headers.h index e7e88e3db4..4c869f24f6 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 -- 2.50.1