diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
commit | e7ab60b1f437fc871f662a1faaec1c87c1c83994 (patch) | |
tree | f9d0a7e1bb5fbb690ca6838a217dadbb96bee306 /src/driver | |
parent | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff) | |
download | zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz |
- Link more classes
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/flash.php | 3 | ||||
-rw-r--r-- | src/driver/gd.php | 4 | ||||
-rw-r--r-- | src/driver/svg.php | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/src/driver/flash.php b/src/driver/flash.php index 082c963..ae86057 100644 --- a/src/driver/flash.php +++ b/src/driver/flash.php @@ -10,7 +10,8 @@ /** * Driver to create Flash4 (SWF) files as graph output. The options of this * class are defined in The options of this class are defined in the option - * class ezcGraphFlashDriverOptions extending the basic ezcGraphDriverOptions. + * class {@link ezcGraphFlashDriverOptions} extending the basic + * {@link ezcGraphDriverOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/driver/gd.php b/src/driver/gd.php index ce333f8..1662a1d 100644 --- a/src/driver/gd.php +++ b/src/driver/gd.php @@ -16,8 +16,8 @@ * ext/gd. It is possible to use Free Type 2, native TTF and PostScript Type 1 * fonts. * - * The options of this driver are configured in ezcGraphGdDriverOptions - * extending the basic driver options class ezcGraphDriverOptions. + * The options of this driver are configured in {@link ezcGraphGdDriverOptions} + * extending the basic driver options class {@link ezcGraphDriverOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/driver/svg.php b/src/driver/svg.php index 8d3c2b5..d1d6ef7 100644 --- a/src/driver/svg.php +++ b/src/driver/svg.php @@ -10,8 +10,9 @@ /** * Extension of the basic Driver package to utilize the SVGlib. * - * This drivers options are defined in the class ezcGraphSvgDriverOptions - * extending the basic driver options class ezcGraphDriverOptions. + * This drivers options are defined in the class + * {@link ezcGraphSvgDriverOptions} extending the basic driver options class + * {@link ezcGraphDriverOptions}. * * As this is the default driver you do not need to explicitely set anything to * use it, but may use some of its advanced features. |