summaryrefslogtreecommitdiffstats
path: root/src/structs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs')
-rw-r--r--src/structs/context.php1
-rw-r--r--src/structs/coordinate.php1
-rw-r--r--src/structs/step.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/structs/context.php b/src/structs/context.php
index cdef482..6640d67 100644
--- a/src/structs/context.php
+++ b/src/structs/context.php
@@ -10,6 +10,7 @@
/**
* Struct to represent the context of a renderer operation
*
+ * @version //autogentag//
* @package Graph
*/
class ezcGraphContext extends ezcBaseStruct
diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php
index 7231228..f29f407 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -10,6 +10,7 @@
/**
* Represents coordinates in two dimensional catesian coordinate system.
*
+ * @version //autogentag//
* @package Graph
*/
class ezcGraphCoordinate extends ezcBaseStruct
diff --git a/src/structs/step.php b/src/structs/step.php
index 3dafef6..1838bfa 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -10,6 +10,7 @@
/**
* Represents a single step on the axis
*
+ * @version //autogentag//
* @package Graph
*/
class ezcGraphAxisStep
OpenPOWER on IntegriCloud