diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 12:32:55 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 12:32:55 +0000 |
commit | 99117b7f9eb39a6d77eededce51a4d0aa895cc5b (patch) | |
tree | 9b42094ef2a5e5bbc3b300febc45113ba408d5f6 /src/colors | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/colors')
-rw-r--r-- | src/colors/color.php | 1 | ||||
-rw-r--r-- | src/colors/linear_gradient.php | 1 | ||||
-rw-r--r-- | src/colors/radial_gradient.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/colors/color.php b/src/colors/color.php index b16d1ad..0f7664b 100644 --- a/src/colors/color.php +++ b/src/colors/color.php @@ -24,6 +24,7 @@ * @property integer $alpha * Alpha RGBA value of color. * + * @version //autogentag// * @package Graph */ class ezcGraphColor extends ezcBaseOptions diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php index 72716b5..54def3a 100644 --- a/src/colors/linear_gradient.php +++ b/src/colors/linear_gradient.php @@ -22,6 +22,7 @@ * @property ezcGraphColor $endColor * Ending color of the gradient. * + * @version //autogentag// * @package Graph */ class ezcGraphLinearGradient extends ezcGraphColor diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php index 9e63a8d..8d43bbd 100644 --- a/src/colors/radial_gradient.php +++ b/src/colors/radial_gradient.php @@ -26,6 +26,7 @@ * @property ezcGraphColor $endColor * Ending color of the gradient. * + * @version //autogentag// * @package Graph */ class ezcGraphRadialGradient extends ezcGraphColor |