summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-12-12 18:50:36 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-12-12 18:50:36 +0000
commitef09f39b2eb0e1ebf1012ab66285d17c907d5094 (patch)
treeb350d3ba723e6ca3a5b6819cf8103d7d8c6bc656 /include
parente68cd018ee6010063835479eaaf024e5b2898c51 (diff)
downloadapr-ef09f39b2eb0e1ebf1012ab66285d17c907d5094.tar.gz
Fix a second doxygen syntax error
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1773854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_tables.h b/include/apr_tables.h
index 60ca54cf1..fe3084bd6 100644
--- a/include/apr_tables.h
+++ b/include/apr_tables.h
@@ -413,7 +413,7 @@ APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp,
/**
* Iterate over a table running the provided function once for every
- * element in the table. The @param vp varargs parameter must be a
+ * element in the table. The vp varargs parameter must be a
* list of zero or more (char *) keys followed by a NULL pointer. If
* zero keys are given, the @param comp function will be invoked for
* every element in the table. Otherwise, the function is invoked