From: Christophe Jaillet Date: Thu, 22 Mar 2018 21:27:12 +0000 (+0000) Subject: Fix some easy doxygen comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44c8498fbe502cd5211fc0bd213c07b8cd97e78e;p=apache Fix some easy doxygen comment. Much more to do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827530 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_util.h b/modules/http2/h2_util.h index 1eb262d288..e24fc6046b 100644 --- a/modules/http2/h2_util.h +++ b/modules/http2/h2_util.h @@ -96,8 +96,8 @@ typedef int h2_iq_cmp(int i1, int i2, void *ctx); /** * 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 *pint, size_t max); /** * 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 */