From 842982f134f8aa5763d36abfdf4a068b16355ea2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Nov 2012 17:50:24 +0100 Subject: [PATCH] Doxygen --- htdocs/core/modules/syslog/logHandler.php | 2 +- .../modules/syslog/logHandlerInterface.php | 46 +++++++++++++++++++ .../modules/syslog/mod_syslog_chromephp.php | 32 ++++++++++--- .../core/modules/syslog/mod_syslog_file.php | 32 ++++++++++--- .../modules/syslog/mod_syslog_firephp.php | 36 +++++++++++---- .../core/modules/syslog/mod_syslog_syslog.php | 31 ++++++++++--- 6 files changed, 148 insertions(+), 31 deletions(-) diff --git a/htdocs/core/modules/syslog/logHandler.php b/htdocs/core/modules/syslog/logHandler.php index dbca7b306ac..ff889934278 100644 --- a/htdocs/core/modules/syslog/logHandler.php +++ b/htdocs/core/modules/syslog/logHandler.php @@ -28,7 +28,7 @@ class LogHandler } /** - * ¿Is the module active? + * Is the module active ? * * @return boolean */ diff --git a/htdocs/core/modules/syslog/logHandlerInterface.php b/htdocs/core/modules/syslog/logHandlerInterface.php index ba8f6febc27..7b5a4aa1bdd 100644 --- a/htdocs/core/modules/syslog/logHandlerInterface.php +++ b/htdocs/core/modules/syslog/logHandlerInterface.php @@ -1,12 +1,58 @@