diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-10-09 14:07:54 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-10-09 14:07:54 +0000 |
commit | 163da21a38f74c3bb6d84a6d1297103df39d2350 (patch) | |
tree | ee105322690fdc9c1ed756cdd464c62290e51ef4 /include/apr_general.h | |
parent | 4567455b6053ecace6c315f16368b4ca4d99660e (diff) | |
download | libapr-163da21a38f74c3bb6d84a6d1297103df39d2350.tar.gz |
Add some docs to APR.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r-- | include/apr_general.h | 5 |
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 |