summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSander Temme <sctemme@apache.org>2007-11-13 19:41:17 +0100
committerSander Temme <sctemme@apache.org>2007-11-13 19:41:17 +0100
commit7d19ce41b25b4725229ae171ddfea567ebce622c (patch)
tree1f108e3e5a55a2fa566fc8879b59957a246e64c1 /server
parentMake life happy for people who don't have serf but (diff)
downloadapache2-7d19ce41b25b4725229ae171ddfea567ebce622c.tar.xz
apache2-7d19ce41b25b4725229ae171ddfea567ebce622c.zip
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
Diffstat (limited to 'server')
-rw-r--r--server/util_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util_debug.c b/server/util_debug.c
index 0fefc5c8bc..0387c724b8 100644
--- a/server/util_debug.c
+++ b/server/util_debug.c
@@ -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