From c4309fbd89c120fad6921e58955fec5e0a592a0e Mon Sep 17 00:00:00 2001 From: tassium Date: Tue, 28 Oct 2003 20:58:30 +0000 Subject: [PATCH] Added @package and @subpackage tags (and in some cases, @author tags) in preparation to begin using phpdocumentor. NOTE: Themes are part of package squirrelmail, subpackage themes. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6038 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/alien_glow.php | 14 ++++++------ themes/black_bean_burrito_theme.php | 4 +++- themes/blue_grey_theme.php | 4 +++- themes/bluesnews_theme.php | 15 +++++++------ themes/bluesteel_theme.php | 2 ++ themes/christmas.php | 4 +++- themes/dark_green.php | 11 ++++++---- themes/dark_grey_theme.php | 4 +++- themes/darkness.php | 18 ++++++++------- themes/deepocean2_theme.php | 10 +++++---- themes/deepocean_theme.php | 10 +++++---- themes/default_theme.php | 34 +++++++++++++++-------------- themes/dompie_theme.php | 10 +++++---- themes/forest_theme.php | 10 +++++---- themes/greenhouse_effect.php | 13 ++++++----- themes/high_contrast_theme.php | 9 ++++---- themes/ice_theme.php | 9 ++++---- themes/in_the_pink.php | 12 +++++----- themes/kind_of_blue.php | 14 +++++++----- themes/maize_theme.php | 22 ++++++++++--------- themes/methodical_theme.php | 14 +++++++----- themes/midnight.php | 10 +++++---- themes/minimal_bw.php | 19 +++++++++------- themes/monostochastic.php | 14 +++++++----- themes/penguin.php | 12 +++++----- themes/plain_blue_theme.php | 10 ++++----- themes/purple_theme.php | 13 ++++++----- themes/random.php | 12 +++++----- themes/sandstorm_theme.php | 11 +++++----- themes/seaspray_theme.php | 10 ++++----- themes/servery_theme.php | 10 ++++----- themes/shades_of_grey.php | 15 +++++++------ themes/slashdot_theme.php | 13 ++++++----- themes/spice_of_life.php | 13 ++++++----- themes/spice_of_life_dark.php | 13 ++++++----- themes/spice_of_life_lite.php | 13 ++++++----- 36 files changed, 243 insertions(+), 188 deletions(-) diff --git a/themes/alien_glow.php b/themes/alien_glow.php index 9c3ad4ae..92eaa986 100644 --- a/themes/alien_glow.php +++ b/themes/alien_glow.php @@ -1,11 +1,11 @@ - Name: Alien Glow Theme - Date: May 2, 2002 - Theme Name: "Alien Glow Color Scheme" - - **/ +/** + * @author Todd Hammer + * Name: Alien Glow Theme + * Date: May 2, 2002 + * @package squirrelmail + * @subpackage themes + */ $color[0] = "#19881A"; // TitleBar $color[1] = "#800000"; // diff --git a/themes/black_bean_burrito_theme.php b/themes/black_bean_burrito_theme.php index 846363e3..92959b9c 100644 --- a/themes/black_bean_burrito_theme.php +++ b/themes/black_bean_burrito_theme.php @@ -3,13 +3,15 @@ /** * black_bean_burrito_theme.php * Name: Black Bean Burrito - * Author: Ray Black + * @author Ray Black * Date: August 15, 2000 * * Copyright (c) 2000-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ + * @package squirrelmail + * @subpackage themes */ global $color; diff --git a/themes/blue_grey_theme.php b/themes/blue_grey_theme.php index b2fc4f53..ab65a394 100644 --- a/themes/blue_grey_theme.php +++ b/themes/blue_grey_theme.php @@ -3,13 +3,15 @@ /** * blue_grey_theme.php * Name: Blue-grey - * Author: M.J. Prinsen + * @author M.J. Prinsen * Date: July 20, 2001 * * Copyright (c) 2001-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ + * @package squirrelmail + * @subpackage themes */ global $color; diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php index 36af7747..06e8d2dc 100644 --- a/themes/bluesnews_theme.php +++ b/themes/bluesnews_theme.php @@ -1,18 +1,19 @@ \ No newline at end of file +?> diff --git a/themes/random.php b/themes/random.php index b6af679b..aee02320 100755 --- a/themes/random.php +++ b/themes/random.php @@ -1,18 +1,20 @@ - * Date: August 18, 2000 - * Comment: + * Name: Servery.cz Theme + * @author Ondrej Sury + * Date: August 18, 2000 * * Copyright (c) 2000-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ + * @package squirrelmail + * @subpackage themes */ global $color; diff --git a/themes/shades_of_grey.php b/themes/shades_of_grey.php index 57dab01a..abc1b3d5 100755 --- a/themes/shades_of_grey.php +++ b/themes/shades_of_grey.php @@ -1,20 +1,21 @@