summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 11:33:07 +0000
committerVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 11:33:07 +0000
commit08ce0bc1b26dc55131f86029af1382d2d69e1212 (patch)
tree00079050779109d0b81bdfd24ea25680845c489a /include/ap_config.h
parent70213d976546fec2895f0b8777a3d7f724c0e27c (diff)
downloadhttpd-08ce0bc1b26dc55131f86029af1382d2d69e1212.tar.gz
Updating docs to change around the order of extern and
AP[RU]_DECLARE_DATA. If this is incorrect, please yell. However, the vast majority of the code follows the convention documented in this patch. If this is in error, I will gladly back it out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index a30990dbb5..cf2b333b35 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -104,7 +104,7 @@
* Apache Core dso variables are declared with AP_MODULE_DECLARE_DATA.
* This assures the appropriate indirection is invoked at compile time.
*
- * @tip extern AP_DECLARE_DATA type apr_variable; syntax is required for
+ * @tip AP_DECLARE_DATA extern type apr_variable; syntax is required for
* declarations within headers to properly import the variable.
* @deffunc AP_DECLARE_DATA type apr_variable
*/