summaryrefslogtreecommitdiff
path: root/include/apr_user.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_user.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_user.h')
-rw-r--r--include/apr_user.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/include/apr_user.h b/include/apr_user.h
index 3b8648ec5..4b70c5c24 100644
--- a/include/apr_user.h
+++ b/include/apr_user.h
@@ -55,6 +55,11 @@
#ifndef APR_USER_H
#define APR_USER_H
+/**
+ * @file apr_user.h
+ * @brief APR User ID Services
+ */
+
#include "apr.h"
#include "apr_errno.h"
#include "apr_pools.h"
@@ -64,12 +69,8 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @file apr_user.h
- * @brief APR User ID Services
- */
-/**
- * @defgroup APR_User User id services
- * @ingroup APR
+ * @defgroup apr_user User and Group ID Services
+ * @ingroup APR
* @{
*/
@@ -224,6 +225,7 @@ APR_DECLARE(apr_status_t) apr_compare_groups(apr_gid_t left, apr_gid_t right);
#endif /* ! APR_HAS_USER */
/** @} */
+
#ifdef __cplusplus
}
#endif