summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 1671ef16e..271b04d81 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -243,7 +243,7 @@ int strncasecmp(const char *a, const char *b, size_t n);
#endif
/**
- * package APR Random Functions
+ * @package APR Random Functions
*/
#if APR_HAS_RANDOM
@@ -272,6 +272,9 @@ apr_status_t apr_generate_random_bytes(unsigned char * buf, int length);
#define ALLOC_STATS
*/
+/**
+ * @package APR memory allocation
+ */
typedef struct apr_pool_t apr_pool_t;
/** The memory allocation structure