diff options
Diffstat (limited to 'includes/errors.inc')
-rw-r--r-- | includes/errors.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/errors.inc b/includes/errors.inc index be7242856..bd31bebed 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -24,6 +24,8 @@ define('ERROR_REPORTING_DISPLAY_ALL', 2); * Map PHP error constants to watchdog severity levels. * The error constants are documented at * http://php.net/manual/en/errorfunc.constants.php + * + * @ingroup logging_severity_levels */ function drupal_error_levels() { $types = array( |