mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file mod_cgi.h
|
||||
* @brief CGI Script Execution Extension Module for Apache
|
||||
*
|
||||
* @defgroup MOD_CGI mod_cgi
|
||||
* @ingroup APACHE_MODS
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef _MOD_CGI_H
|
||||
#define _MOD_CGI_H 1
|
||||
|
||||
@@ -57,3 +66,5 @@ APR_DECLARE_OPTIONAL_FN(apr_status_t, ap_cgi_build_command,
|
||||
cgi_exec_info_t *e_info));
|
||||
|
||||
#endif /* _MOD_CGI_H */
|
||||
/** @} */
|
||||
|
||||
|
Reference in New Issue
Block a user