From d3e352d66165e9a747644f6ab60a549363cb3d96 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 20 Dec 2013 13:13:34 +0000 Subject: [PATCH] documentation --- include/ac_common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ac_common.php b/include/ac_common.php index c8fb96d8a..2cf864313 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -71,7 +71,8 @@ function h1($p_string, $p_class) { return '

' . htmlspecialchars($p_string) . '

'; } -/**\brief surround the string with td +/** + * \brief surround the string with td * \param $p_string string to surround by TD * \param $p_extra extra info (class, style, javascript...) * \return string surrounded by td