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/datasets | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/datasets')
-rw-r--r-- | src/datasets/array.php | 1 | ||||
-rw-r--r-- | src/datasets/average.php | 1 | ||||
-rw-r--r-- | src/datasets/base.php | 1 | ||||
-rw-r--r-- | src/datasets/numeric.php | 1 | ||||
-rw-r--r-- | src/datasets/property/boolean.php | 1 | ||||
-rw-r--r-- | src/datasets/property/color.php | 1 | ||||
-rw-r--r-- | src/datasets/property/integer.php | 1 | ||||
-rw-r--r-- | src/datasets/property/string.php | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/src/datasets/array.php b/src/datasets/array.php index ee7f0df..25e01c4 100644 --- a/src/datasets/array.php +++ b/src/datasets/array.php @@ -10,6 +10,7 @@ /** * Dataset class which receives arrays and use them as a base for datasets. * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/datasets/average.php b/src/datasets/average.php index c58a6af..e2f701e 100644 --- a/src/datasets/average.php +++ b/src/datasets/average.php @@ -16,6 +16,7 @@ * @property int $resolution * Resolution used to draw line in graph * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/datasets/base.php b/src/datasets/base.php index 277146e..e51e97e 100644 --- a/src/datasets/base.php +++ b/src/datasets/base.php @@ -24,6 +24,7 @@ * @property string $url * URL associated with datapoint * + * @version //autogentag// * @package Graph * @access private */ diff --git a/src/datasets/numeric.php b/src/datasets/numeric.php index f59b111..c57f307 100644 --- a/src/datasets/numeric.php +++ b/src/datasets/numeric.php @@ -22,6 +22,7 @@ * @property int $resolution * Steps used to draw line in graph * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/datasets/property/boolean.php b/src/datasets/property/boolean.php index f3af43d..66207f6 100644 --- a/src/datasets/property/boolean.php +++ b/src/datasets/property/boolean.php @@ -10,6 +10,7 @@ /** * Class for integer properties of datasets * + * @version //autogentag// * @package Graph */ class ezcGraphDataSetBooleanProperty extends ezcGraphDataSetProperty diff --git a/src/datasets/property/color.php b/src/datasets/property/color.php index b80fb4b..ecc7008 100644 --- a/src/datasets/property/color.php +++ b/src/datasets/property/color.php @@ -10,6 +10,7 @@ /** * Class for color properties of datasets * + * @version //autogentag// * @package Graph */ class ezcGraphDataSetColorProperty extends ezcGraphDataSetProperty diff --git a/src/datasets/property/integer.php b/src/datasets/property/integer.php index 4e06032..2e58a77 100644 --- a/src/datasets/property/integer.php +++ b/src/datasets/property/integer.php @@ -10,6 +10,7 @@ /** * Class for integer properties of datasets * + * @version //autogentag// * @package Graph */ class ezcGraphDataSetIntProperty extends ezcGraphDataSetProperty diff --git a/src/datasets/property/string.php b/src/datasets/property/string.php index d07a5fa..d48cbcc 100644 --- a/src/datasets/property/string.php +++ b/src/datasets/property/string.php @@ -10,6 +10,7 @@ /** * Class for string properties of datasets * + * @version //autogentag// * @package Graph */ class ezcGraphDataSetStringProperty extends ezcGraphDataSetProperty |