summaryrefslogtreecommitdiffstats
path: root/src/datasets
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/datasets
parentd7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff)
downloadzetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip
zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz
- Link more classes
Diffstat (limited to 'src/datasets')
-rw-r--r--src/datasets/property/boolean.php2
-rw-r--r--src/datasets/property/color.php2
-rw-r--r--src/datasets/property/integer.php2
-rw-r--r--src/datasets/property/string.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/datasets/property/boolean.php b/src/datasets/property/boolean.php
index 66207f6..f1d5cdb 100644
--- a/src/datasets/property/boolean.php
+++ b/src/datasets/property/boolean.php
@@ -16,7 +16,7 @@
class ezcGraphDataSetBooleanProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an {@link ezcGraphColor} object
*
* @param & $value
* @return void
diff --git a/src/datasets/property/color.php b/src/datasets/property/color.php
index ecc7008..a4e4c60 100644
--- a/src/datasets/property/color.php
+++ b/src/datasets/property/color.php
@@ -16,7 +16,7 @@
class ezcGraphDataSetColorProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an {@link ezcGraphColor} object
*
* @param & $value
* @return void
diff --git a/src/datasets/property/integer.php b/src/datasets/property/integer.php
index 2e58a77..7804ae2 100644
--- a/src/datasets/property/integer.php
+++ b/src/datasets/property/integer.php
@@ -16,7 +16,7 @@
class ezcGraphDataSetIntProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an {@link ezcGraphColor} object
*
* @param & $value
* @return void
diff --git a/src/datasets/property/string.php b/src/datasets/property/string.php
index d48cbcc..f93d260 100644
--- a/src/datasets/property/string.php
+++ b/src/datasets/property/string.php
@@ -16,7 +16,7 @@
class ezcGraphDataSetStringProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an {@link ezcGraphColor} object
*
* @param & $value
* @return void
OpenPOWER on IntegriCloud