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/renderer | |
parent | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff) | |
download | zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz |
- Link more classes
Diffstat (limited to 'src/renderer')
-rw-r--r-- | src/renderer/2d.php | 4 | ||||
-rw-r--r-- | src/renderer/3d.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/renderer/2d.php b/src/renderer/2d.php index fa83485..3a6617f 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -12,8 +12,8 @@ * Class to transform chart primitives into image primitives. Renders charts in * a two dimensional view. * - * The class options are defined in the class ezcGraphRenderer2dOptions - * extending the basic renderer options in ezcGraphRendererOptions. + * The class options are defined in the class {@link ezcGraphRenderer2dOptions} + * extending the basic renderer options in {@link ezcGraphRendererOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/renderer/3d.php b/src/renderer/3d.php index 327ba13..190aa98 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -12,8 +12,8 @@ * Class to transform chart primitives into image primitives. This renderer * renders the charts in a isometric three dimensional view. * - * The class options are defined in the class ezcGraphRenderer3dOptions - * extending the basic renderer options in ezcGraphRendererOptions. + * The class options are defined in the class {@link ezcGraphRenderer3dOptions} + * extending the basic renderer options in {@link ezcGraphRendererOptions}. * * <code> * $graph = new ezcGraphPieChart(); |