]> granicus.if.org Git - apache/commitdiff
Fix some easy doxygen comment.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Mar 2018 21:30:59 +0000 (21:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 22 Mar 2018 21:30:59 +0000 (21:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827531 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_headers.h

index e7e88e3db46adbec2eaa86e750efa3caa694c850..4c869f24f6809d7f68e1fe5af9b0e79514b21602 100644 (file)
@@ -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