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/charts | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/charts')
-rw-r--r-- | src/charts/bar.php | 1 | ||||
-rw-r--r-- | src/charts/line.php | 1 | ||||
-rw-r--r-- | src/charts/pie.php | 1 | ||||
-rw-r--r-- | src/charts/radar.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/charts/bar.php b/src/charts/bar.php index 32ff49c..7c030ce 100644 --- a/src/charts/bar.php +++ b/src/charts/bar.php @@ -52,6 +52,7 @@ * $chart->legend->position = ezcGraph::RIGHT; * </code> * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/charts/line.php b/src/charts/line.php index 4ba9c52..d04611d 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -52,6 +52,7 @@ * $chart->legend->position = ezcGraph::RIGHT; * </code> * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/charts/pie.php b/src/charts/pie.php index 4d616c8..e346569 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -43,6 +43,7 @@ * $chart->legend->position = ezcGraph::RIGHT; * </code> * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/charts/radar.php b/src/charts/radar.php index c5e7064..9460a0f 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -52,6 +52,7 @@ * $chart->legend->position = ezcGraph::RIGHT; * </code> * + * @version //autogentag// * @package Graph * @mainclass */ |