mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user