mirror of
https://github.com/apache/httpd.git
synced 2025-11-05 05:30:39 +03:00
Ignore ctags/etags output, some small Doxygen fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -57,6 +57,8 @@ PREDEFINED="APR_DECLARE(x)=x" \
|
||||
|
||||
OPTIMIZE_OUTPUT_FOR_C=YES
|
||||
|
||||
GENERATE_TREEVIEW=YES
|
||||
|
||||
FULL_PATH_NAMES=YES
|
||||
# some autoconf guru needs to make configure set this correctly...
|
||||
#STRIP_FROM_PATH=/var/www/lxr/source
|
||||
|
||||
@@ -85,7 +85,7 @@ char *ap_response_code_string(request_rec *r, int error_index);
|
||||
* @warning Modules should be very careful about using this, and should
|
||||
* the default behavior. Much of the HTTP/1.1 implementation
|
||||
* correctness depends on the full headers.
|
||||
* @deffunc void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)
|
||||
* @fn void ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)
|
||||
*/
|
||||
AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb);
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ AP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
|
||||
* usually r->per_dir_config or s->module_config
|
||||
* @param m The module to set the data for.
|
||||
* @param val The module-specific data to set
|
||||
* @deffunc void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val)
|
||||
* @fn void ap_set_module_config(ap_conf_vector_t *cv, const module *m, void *val)
|
||||
*/
|
||||
#if defined(ap_set_module_config)
|
||||
#undef ap_set_module_config
|
||||
|
||||
Reference in New Issue
Block a user