mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00: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,15 +14,20 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file ap_provider.h
|
||||
* @brief Apache Provider API
|
||||
*
|
||||
* @defgroup APACHE_CORE_PROVIDER Provider API
|
||||
* @ingroup APACHE_CORE
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef AP_PROVIDER_H
|
||||
#define AP_PROVIDER_H
|
||||
|
||||
#include "ap_config.h"
|
||||
|
||||
/**
|
||||
* @package Provider API
|
||||
*/
|
||||
|
||||
/**
|
||||
* This function is used to register a provider with the global
|
||||
* provider pool.
|
||||
@ -52,3 +57,4 @@ AP_DECLARE(void *) ap_lookup_provider(const char *provider_group,
|
||||
const char *provider_version);
|
||||
|
||||
#endif
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user