mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 09:01:18 +03:00
doxygen improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -155,6 +155,8 @@ AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg,
|
||||
* Return an array of named regex backreferences
|
||||
* @param preg The precompiled regex
|
||||
* @param names The array to which the names will be added
|
||||
* @param prefix An optional prefix to add to the returned names. AP_REG_MATCH
|
||||
* is the recommended prefix.
|
||||
* @param upper If non zero, uppercase the names
|
||||
*/
|
||||
AP_DECLARE(int) ap_regname(const ap_regex_t *preg,
|
||||
|
Reference in New Issue
Block a user