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
* 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)