diff options
author | Derick Rethans <github@derickrethans.nl> | 2008-03-25 14:07:59 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2008-03-25 14:07:59 +0000 |
commit | 92c7fc36f830d168e02cd26729d7f099bddce707 (patch) | |
tree | 3cd0441c99f65d07b0f7748126803db9b939461f /src/driver | |
parent | 11f4ae6d209868d89dc3d1e851e5cc27726cd2c9 (diff) | |
download | zetacomponents-graph-92c7fc36f830d168e02cd26729d7f099bddce707.zip zetacomponents-graph-92c7fc36f830d168e02cd26729d7f099bddce707.tar.gz |
- Fix comments.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/cairo.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/cairo.php b/src/driver/cairo.php index 1c255e0..b5a4b24 100644 --- a/src/driver/cairo.php +++ b/src/driver/cairo.php @@ -1,6 +1,6 @@ <?php /** - * File containing the ezcGraphSVGDriver class + * File containing the ezcGraphCairoDriver class * * @package Graph * @version //autogentag// @@ -8,7 +8,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License */ /** - * Extension of the basic Driver package to utilize the SVGlib. + * Extension of the basic driver package to utilize the cairo library. * * This drivers options are defined in the class * {@link ezcGraphCairoDriverOptions} extending the basic driver options class |