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/data_container | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/data_container')
-rw-r--r-- | src/data_container/base.php | 1 | ||||
-rw-r--r-- | src/data_container/single.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/data_container/base.php b/src/data_container/base.php index 7e6bba2..41b666b 100644 --- a/src/data_container/base.php +++ b/src/data_container/base.php @@ -11,6 +11,7 @@ * Container class for datasets used by the chart classes. Implements usefull * interfaces for convenient access to the datasets. * + * @version //autogentag// * @package Graph */ diff --git a/src/data_container/single.php b/src/data_container/single.php index b47af49..6c16bb0 100644 --- a/src/data_container/single.php +++ b/src/data_container/single.php @@ -11,6 +11,7 @@ * Container class for datasets, which ensures, that only one dataset is used. * Needed for pie charts which can only display one dataset. * + * @version //autogentag// * @package Graph */ |