From: Cliff Woolley Date: Tue, 18 Sep 2001 03:21:29 +0000 (+0000) Subject: Doxygenize this X-Git-Tag: 2.0.26~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0899bb29fd739efacaeedaea112303baf72f2847;p=apache Doxygenize this Submitted by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91061 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_cgi.h b/modules/generators/mod_cgi.h index 4eadfaa58a..b8530c1db0 100644 --- a/modules/generators/mod_cgi.h +++ b/modules/generators/mod_cgi.h @@ -67,8 +67,7 @@ * @param argv Pointer to the arguments to pass (may be overridden) * @param r The current request * @param p The pool to allocate correct cmd/argv elements within. - * @deffunc apr_status_t ap_cgi_build_command(const char **cmd, const char ***argv, request_rec *r, apr_pool_t *p) - * @tip This callback may be registered by the os-specific module + * @remark This callback may be registered by the os-specific module * to correct the command and arguments for apr_proc_create invocation * on a given os. mod_cgi will call the function if registered. */