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/element | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/element')
-rw-r--r-- | src/element/axis.php | 1 | ||||
-rw-r--r-- | src/element/background.php | 1 | ||||
-rw-r--r-- | src/element/legend.php | 1 | ||||
-rw-r--r-- | src/element/text.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/element/axis.php b/src/element/axis.php index 0362481..f5eba04 100644 --- a/src/element/axis.php +++ b/src/element/axis.php @@ -43,6 +43,7 @@ * reformatted label. * string function( label, step ) * + * @version //autogentag// * @package Graph */ abstract class ezcGraphChartElementAxis extends ezcGraphChartElement diff --git a/src/element/background.php b/src/element/background.php index 834a569..0aef4ba 100644 --- a/src/element/background.php +++ b/src/element/background.php @@ -34,6 +34,7 @@ * @property int $repeat * Defines how the background image gets repeated * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/element/legend.php b/src/element/legend.php index 8cf7473..cab5ec9 100644 --- a/src/element/legend.php +++ b/src/element/legend.php @@ -24,6 +24,7 @@ * @property int $spacing * Space between labels elements in pixel. * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/element/text.php b/src/element/text.php index 478501e..cae5e89 100644 --- a/src/element/text.php +++ b/src/element/text.php @@ -13,6 +13,7 @@ * @property float $maxHeight * Maximum percent of bounding used to display the text. * + * @version //autogentag// * @package Graph * @mainclass */ |