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/driver | |
parent | 9292a36e53780d9daf6f367d44d386fd98f08b40 (diff) | |
download | zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz |
- Fixed version tag in docblocks
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/flash.php | 1 | ||||
-rw-r--r-- | src/driver/gd.php | 1 | ||||
-rw-r--r-- | src/driver/svg.php | 1 | ||||
-rw-r--r-- | src/driver/verbose.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/flash.php b/src/driver/flash.php index 74de773..d8b10ec 100644 --- a/src/driver/flash.php +++ b/src/driver/flash.php @@ -10,6 +10,7 @@ /** * Driver to create Flash4 (SWF) files as graph output. * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/driver/gd.php b/src/driver/gd.php index a3bea95..7fb1677 100644 --- a/src/driver/gd.php +++ b/src/driver/gd.php @@ -16,6 +16,7 @@ * ext/gd. It is possible to use Free Type 2, native TTF and PostScript Type 1 * fonts. * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/driver/svg.php b/src/driver/svg.php index 81e2aed..573097c 100644 --- a/src/driver/svg.php +++ b/src/driver/svg.php @@ -10,6 +10,7 @@ /** * Extension of the basic Driver package to utilize the SVGlib. * + * @version //autogentag// * @package Graph * @mainclass */ diff --git a/src/driver/verbose.php b/src/driver/verbose.php index d13307d..64c8138 100644 --- a/src/driver/verbose.php +++ b/src/driver/verbose.php @@ -11,6 +11,7 @@ /** * Extension of the basic Driver package to utilize the SVGlib. * + * @version //autogentag// * @package Graph * @access private */ |