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:27:12 UTC

svn commit: r1827530 - /httpd/httpd/trunk/modules/http2/h2_util.h

Author: jailletc36
Date: Thu Mar 22 21:27:12 2018
New Revision: 1827530

URL: http://svn.apache.org/viewvc?rev=1827530&view=rev
Log:
Fix some easy doxygen comment.
Much more to do.

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

Modified: httpd/httpd/trunk/modules/http2/h2_util.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_util.h?rev=1827530&r1=1827529&r2=1827530&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_util.h (original)
+++ httpd/httpd/trunk/modules/http2/h2_util.h Thu Mar 22 21:27:12 2018
@@ -96,8 +96,8 @@ typedef int h2_iq_cmp(int i1, int i2, vo
 
 /**
  * Allocate a new queue from the pool and initialize.
- * @param id the identifier of the queue
  * @param pool the memory pool
+ * @param capacity the initial capacity of the queue
  */
 h2_iqueue *h2_iq_create(apr_pool_t *pool, int capacity);
 
@@ -179,7 +179,7 @@ size_t h2_iq_mshift(h2_iqueue *q, int *p
 /**
  * Determine if int is in the queue already
  *
- * @parm q the queue
+ * @param q the queue
  * @param sid the integer id to check for
  * @return != 0 iff sid is already in the queue
  */