diff options
author | jailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68> | 2018-08-26 10:00:53 +0000 |
---|---|---|
committer | jailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68> | 2018-08-26 10:00:53 +0000 |
commit | 3a7ca98fbc2403f25878401c76266ce8f0b747ab (patch) | |
tree | 700bfc85a773e4b1ad6440f374ac1a7d3cb495d7 /include/apr_file_info.h | |
parent | 545f3fd2de9085d21cfe7165c81d998328da860a (diff) | |
download | libapr-3a7ca98fbc2403f25878401c76266ce8f0b747ab.tar.gz |
Slightly improve doxygen generated documentation.
Add some links to function
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1839182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r-- | include/apr_file_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h index 1d19eb6a3..cfddc68da 100644 --- a/include/apr_file_info.h +++ b/include/apr_file_info.h @@ -50,7 +50,7 @@ extern "C" { /** apr_filetype_e values for the filetype member of the * apr_file_info_t structure - * @warning: Not all of the filetypes below can be determined. + * @warning Not all of the filetypes below can be determined. * For example, a given platform might not correctly report * a socket descriptor as APR_SOCK if that type isn't * well-identified on that platform. In such cases where @@ -413,7 +413,7 @@ APR_DECLARE(apr_status_t) apr_filepath_set(const char *path, apr_pool_t *p); * Determine the encoding used internally by the FilePath functions * @param style points to a variable which receives the encoding style flag * @param p the pool to allocate any working storage - * @remark Use @c apr_os_locale_encoding and/or @c apr_os_default_encoding + * @remark Use apr_os_locale_encoding() and/or apr_os_default_encoding() * to get the name of the path encoding if it's not UTF-8. */ APR_DECLARE(apr_status_t) apr_filepath_encoding(int *style, apr_pool_t *p); |