summaryrefslogtreecommitdiff
path: root/include/apr_proc_mutex.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-05 21:22:26 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-05 21:22:26 +0000
commit26a1251cd50b032176c0c5d9bb6626c1a2b7bb52 (patch)
tree665a1cf9958bf86499a3a742b654fe391c3a5705 /include/apr_proc_mutex.h
parent1f3331ec7ac24dc7dbefd1ffcd179c7a5f1fbfc0 (diff)
downloadapr-26a1251cd50b032176c0c5d9bb6626c1a2b7bb52.tar.gz
Rebalance our exposed headers such that everything is nested properly
between extern "C" blocks and doxygen blocks, that we never include other headers within our own header's extern "C" block, that we always tag the entire file contents for doxygen (within the APR_HEADER_H only-once block), and generally clean up doxygen so that it is all consistent and generates respectable (although not yet 'great') results. Major TODO after 0.9.2 releases; fill in the apr.h APR_HAVE/APR_HAS and apr_type_t documentation!!! git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_proc_mutex.h')
-rw-r--r--include/apr_proc_mutex.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/apr_proc_mutex.h b/include/apr_proc_mutex.h
index e70da3588..197da270a 100644
--- a/include/apr_proc_mutex.h
+++ b/include/apr_proc_mutex.h
@@ -55,6 +55,11 @@
#ifndef APR_PROC_MUTEX_H
#define APR_PROC_MUTEX_H
+/**
+ * @file apr_proc_mutex.h
+ * @brief APR Process Locking Routines
+ */
+
#include "apr.h"
#include "apr_pools.h"
#include "apr_errno.h"
@@ -64,13 +69,8 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @file apr_proc_mutex.h
- * @brief APR Process Locking Routines
- */
-
-/**
- * @defgroup APR_ProcMutex Process Locking Routines
- * @ingroup APR
+ * @defgroup apr_proc_mutex Process Locking Routines
+ * @ingroup APR
* @{
*/
@@ -188,6 +188,8 @@ APR_DECLARE(const char *) apr_proc_mutex_defname(void);
*/
APR_POOL_DECLARE_ACCESSOR(proc_mutex);
+/** @} */
+
#ifdef __cplusplus
}
#endif