summaryrefslogtreecommitdiff
path: root/include/util_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util_script.h')
-rw-r--r--include/util_script.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/util_script.h b/include/util_script.h
index 8ee1ea6722..e23c1124a6 100644
--- a/include/util_script.h
+++ b/include/util_script.h
@@ -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 */
+/** @} */