diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-09-21 12:56:01 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-09-21 12:56:01 +0000 |
commit | 1a921c1448b7fb0d205afc20034bd725bf9450c0 (patch) | |
tree | e581df6ff6c12f9ac70a01759c8bfbfcefaacbda /src/palette | |
parent | 9d8baefbdf52a83adfb2efed5ebe4bd7b7f765a7 (diff) | |
download | zetacomponents-graph-1a921c1448b7fb0d205afc20034bd725bf9450c0.zip zetacomponents-graph-1a921c1448b7fb0d205afc20034bd725bf9450c0.tar.gz |
- Added documentation
- Removed no longer used exceptions
Diffstat (limited to 'src/palette')
-rw-r--r-- | src/palette/black.php | 2 | ||||
-rw-r--r-- | src/palette/ez.php | 2 | ||||
-rw-r--r-- | src/palette/ez_blue.php | 2 | ||||
-rw-r--r-- | src/palette/tango.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/palette/black.php b/src/palette/black.php index 3c893a5..ee43f81 100644 --- a/src/palette/black.php +++ b/src/palette/black.php @@ -1,6 +1,6 @@ <?php /** - * File containing the abstract ezcGraphPaletteBlack class + * File containing the ezcGraphPaletteBlack class * * @package Graph * @version //autogentag// diff --git a/src/palette/ez.php b/src/palette/ez.php index 9cfef1d..7c9e9a0 100644 --- a/src/palette/ez.php +++ b/src/palette/ez.php @@ -1,6 +1,6 @@ <?php /** - * File containing the abstract ezcGraphPaletteEz class + * File containing the ezcGraphPaletteEz class * * @package Graph * @version //autogentag// diff --git a/src/palette/ez_blue.php b/src/palette/ez_blue.php index bb01bda..5eb8fee 100644 --- a/src/palette/ez_blue.php +++ b/src/palette/ez_blue.php @@ -1,6 +1,6 @@ <?php /** - * File containing the abstract ezcGraphPaletteEzBlue class + * File containing the ezcGraphPaletteEzBlue class * * @package Graph * @version //autogentag// diff --git a/src/palette/tango.php b/src/palette/tango.php index 073d91b..f7f16e4 100644 --- a/src/palette/tango.php +++ b/src/palette/tango.php @@ -1,6 +1,6 @@ <?php /** - * File containing the abstract ezcGraphPaletteTango class + * File containing the ezcGraphPaletteTango class * * @package Graph * @version //autogentag// |