mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -17,8 +17,13 @@
|
||||
#ifndef MOD_PROXY_H
|
||||
#define MOD_PROXY_H
|
||||
|
||||
/*
|
||||
* Main include file for the Apache proxy
|
||||
/**
|
||||
* @file mod_proxy.h
|
||||
* @brief Proxy Extension Module for Apache
|
||||
*
|
||||
* @defgroup MOD_PROXY mod_proxy
|
||||
* @ingroup APACHE_MODS
|
||||
* @{
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -696,3 +701,4 @@ extern module PROXY_DECLARE_DATA proxy_module;
|
||||
extern int PROXY_DECLARE_DATA proxy_lb_workers;
|
||||
|
||||
#endif /*MOD_PROXY_H*/
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user