diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 32b290b4e..598849907 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3464,10 +3464,12 @@ function drupal_parse_info_file($filename) { } /** + * Severity levels, as defined in RFC 3164: http://www.ietf.org/rfc/rfc3164.txt. + * * @return * Array of the possible severity levels for log messages. * - * @see watchdog + * @see watchdog() */ function watchdog_severity_levels() { return array( |