summaryrefslogtreecommitdiffstats
path: root/include/ap_provider.h
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2005-08-29 01:03:59 +0200
committerIan Holsman <ianh@apache.org>2005-08-29 01:03:59 +0200
commit8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (patch)
treea328c4fb500e40c2f642aee3561f334387760c9f /include/ap_provider.h
parentAdd graceful-stop to the list of new features. (diff)
downloadapache2-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.tar.xz
apache2-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.zip
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
Diffstat (limited to 'include/ap_provider.h')
-rw-r--r--include/ap_provider.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/ap_provider.h b/include/ap_provider.h
index c05da554c5..d4ee78eb2c 100644
--- a/include/ap_provider.h
+++ b/include/ap_provider.h
@@ -14,16 +14,21 @@
* 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.
* @param pool The pool to create any storage from
@@ -52,3 +57,4 @@ AP_DECLARE(void *) ap_lookup_provider(const char *provider_group,
const char *provider_version);
#endif
+/** @} */