You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/22 21:30:59 UTC

svn commit: r1827531 - /httpd/httpd/trunk/modules/http2/h2_headers.h

Author: jailletc36
Date: Thu Mar 22 21:30:59 2018
New Revision: 1827531

URL: http://svn.apache.org/viewvc?rev=1827531&view=rev
Log:
Fix some easy doxygen comment.

Modified:
    httpd/httpd/trunk/modules/http2/h2_headers.h

Modified: httpd/httpd/trunk/modules/http2/h2_headers.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_headers.h?rev=1827531&r1=1827530&r2=1827531&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_headers.h (original)
+++ httpd/httpd/trunk/modules/http2/h2_headers.h Thu Mar 22 21:30:59 2018
@@ -64,7 +64,6 @@ h2_headers *h2_headers_copy(apr_pool_t *
 
 /**
  * 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