]> granicus.if.org Git - apache/commitdiff
Make things a little clearer in reaction to the _snames snafus.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Oct 2000 13:26:55 +0000 (13:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 17 Oct 2000 13:26:55 +0000 (13:26 +0000)
Submitted by: Greg Stein
Reviewed by: William Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86626 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index 8a093190bbc1db75de8ae9ccdf78ccd644298c4f..e09635ac7e6420ecd51efbb9222c0fcbabe81623 100644 (file)
@@ -91,7 +91,9 @@
  * Apache Core dso variables are declared with AP_MODULE_DECLARE_DATA.
  * This assures the appropriate indirection is invoked at compile time.
  *
- * @deffunc type AP_DECLARE_DATA ap_variable;
+ * @deffunc AP_DECLARE_DATA type apr_variable;
+ * @tip extern AP_DECLARE_DATA type apr_variable; syntax is required for
+ * declarations within headers to properly import the variable.
  */
 #define AP_DECLARE_DATA
 #elif defined(AP_DECLARE_STATIC)