summaryrefslogtreecommitdiffstats
path: root/src/structs
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-12 12:32:55 +0000
commit99117b7f9eb39a6d77eededce51a4d0aa895cc5b (patch)
tree9b42094ef2a5e5bbc3b300febc45113ba408d5f6 /src/structs
parent9292a36e53780d9daf6f367d44d386fd98f08b40 (diff)
downloadzetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.zip
zetacomponents-graph-99117b7f9eb39a6d77eededce51a4d0aa895cc5b.tar.gz
- Fixed version tag in docblocks
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