summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-13 13:20:33 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-13 13:20:33 +0000
commite7ab60b1f437fc871f662a1faaec1c87c1c83994 (patch)
treef9d0a7e1bb5fbb690ca6838a217dadbb96bee306 /src/interfaces
parentd7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff)
downloadzetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip
zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz
- Link more classes
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/axis_label_renderer.php6
-rw-r--r--src/interfaces/driver.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php
index ad684de..f207541 100644
--- a/src/interfaces/axis_label_renderer.php
+++ b/src/interfaces/axis_label_renderer.php
@@ -179,9 +179,9 @@ abstract class ezcGraphAxisLabelRenderer extends ezcBaseOptions
* Checks for the cutting point of two lines.
*
* The lines are given by a start position and the direction of the line,
- * both as instances of ezcGraphCoordinate. If no cutting point could be
- * calculated, because the lines are parallel the function will return
- * false. Otherwise the factor returned can be used to calculate the
+ * both as instances of {@link ezcGraphCoordinate}. If no cutting point
+ * could be calculated, because the lines are parallel the function will
+ * return false. Otherwise the factor returned can be used to calculate the
* cutting point using the following equatation:
* point = $aStart + $factor * $aDir;
*
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php
index 9e4819a..dfd8e1a 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -16,7 +16,7 @@
abstract class ezcGraphDriver
{
/**
- * Drveroptions
+ * Driveroptions
*
* @var ezcDriverOptions
*/
OpenPOWER on IntegriCloud