summaryrefslogtreecommitdiffstats
path: root/src/axis
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-12-07 15:04:57 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-12-07 15:04:57 +0000
commit0172f018702d2a4c59c1569b5cf9fae5ba601f7b (patch)
tree353e904ae165782a02212bbd2d4dc52af97230e5 /src/axis
parent56b2051319c9fda9b4e78e6d3ccd3bfe22326b16 (diff)
downloadzetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.zip
zetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.tar.gz
- Marked important classes
Diffstat (limited to 'src/axis')
-rw-r--r--src/axis/date.php1
-rw-r--r--src/axis/labeled.php1
-rw-r--r--src/axis/logarithmic.php3
-rw-r--r--src/axis/numeric.php1
4 files changed, 5 insertions, 1 deletions
diff --git a/src/axis/date.php b/src/axis/date.php
index d308317..2c86e62 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -27,6 +27,7 @@
* Like http://php.net/date
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementDateAxis extends ezcGraphChartElementAxis
{
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index bbfd102..5fe5c1f 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -12,6 +12,7 @@
* strings and used in the given order.
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementLabeledAxis extends ezcGraphChartElementAxis
{
diff --git a/src/axis/logarithmic.php b/src/axis/logarithmic.php
index 8977c0b..3e5dc17 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -1,6 +1,6 @@
<?php
/**
- * File containing the abstract ezcGraphChartElementLogarithmicalAxis class
+ * File containing the ezcGraphChartElementLogarithmicalAxis class
*
* @package Graph
* @version //autogentag//
@@ -31,6 +31,7 @@
* Maximum value to display on this axis.
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementLogarithmicalAxis extends ezcGraphChartElementAxis
{
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index bb62ff1..70fc801 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -25,6 +25,7 @@
* Maximum value to display on this axis.
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementNumericAxis extends ezcGraphChartElementAxis
{
OpenPOWER on IntegriCloud