From bb5380c102c291829520df499f0a2c46694e24d8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 3 Nov 2007 13:24:00 +0000 Subject: [PATCH] PhpDoc fixes --- lam/lib/modules/sambaSamAccount/sambaMungedDial.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/sambaSamAccount/sambaMungedDial.inc b/lam/lib/modules/sambaSamAccount/sambaMungedDial.inc index 420b6904..ce003cc4 100644 --- a/lam/lib/modules/sambaSamAccount/sambaMungedDial.inc +++ b/lam/lib/modules/sambaSamAccount/sambaMungedDial.inc @@ -26,7 +26,9 @@ * @author Cajus Pollmeier */ -/* File header is treated as constant. It cannot be defined inside the class if $PHP_VERSION < 5 */ +/** + * File header + */ define ("SAMBA_MUNGEDDIAL_FILEHEADER", "20002000200020002000200020002000". "20002000200020002000200020002000". @@ -35,7 +37,9 @@ define ("SAMBA_MUNGEDDIAL_FILEHEADER", "20002000200020002000200020002000". "20002000200020002000200020002000". "5000"); -/* This is the old header, it is needed to automatically convert old mungedDials to new ones */ +/** + * File header for old format. + */ define ("SAMBA_MUNGEDDIAL_FILEHEADER_OLD", "6d000800200020002000200020002000". "20002000200020002000200020002000". @@ -48,6 +52,7 @@ define ("SAMBA_MUNGEDDIAL_FILEHEADER_OLD", * Manages terminal server settings for Samba 3. * * @author Cajus Pollmeier +* @package modules */ class sambaMungedDial {