mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -14,6 +14,15 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file util_script.h
|
||||
* @brief Apache script tools
|
||||
*
|
||||
* @defgroup APACHE_CORE_SCRIPT Script Tools
|
||||
* @ingroup APACHE_CORE
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef APACHE_UTIL_SCRIPT_H
|
||||
#define APACHE_UTIL_SCRIPT_H
|
||||
|
||||
@@ -23,10 +32,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @package Apache script tools
|
||||
*/
|
||||
|
||||
#ifndef APACHE_ARG_MAX
|
||||
#ifdef _POSIX_ARG_MAX
|
||||
#define APACHE_ARG_MAX _POSIX_ARG_MAX
|
||||
@@ -140,3 +145,4 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
|
||||
#endif
|
||||
|
||||
#endif /* !APACHE_UTIL_SCRIPT_H */
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user