summaryrefslogtreecommitdiffstats
path: root/src/axis
diff options
context:
space:
mode:
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.php1
-rw-r--r--src/axis/numeric.php1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/axis/date.php b/src/axis/date.php
index bb588b4..42a3bca 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -26,6 +26,7 @@
* Format of date string
* Like http://php.net/date
*
+ * @version //autogentag//
* @package Graph
* @mainclass
*/
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index 691679d..d48b3f3 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -14,6 +14,7 @@
* @property float $labelCount
* Define count of displayed labels on the axis
*
+ * @version //autogentag//
* @package Graph
* @mainclass
*/
diff --git a/src/axis/logarithmic.php b/src/axis/logarithmic.php
index a697a2d..9079200 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -30,6 +30,7 @@
* @property-read float $maxValue
* Maximum value to display on this axis.
*
+ * @version //autogentag//
* @package Graph
* @mainclass
*/
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index 563bb1d..fcdc7c4 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -24,6 +24,7 @@
* @property-read float $maxValue
* Maximum value to display on this axis.
*
+ * @version //autogentag//
* @package Graph
* @mainclass
*/
OpenPOWER on IntegriCloud