diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 14:40:06 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-06-12 14:40:06 +0000 |
commit | b33909275f604b119c59972779a47a4288e0f5ec (patch) | |
tree | 756bf13bee3a4ed395bc1885391341533d991f65 /src/structs | |
parent | 99117b7f9eb39a6d77eededce51a4d0aa895cc5b (diff) | |
download | zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.zip zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.tar.gz |
- More documentation fixes
Diffstat (limited to 'src/structs')
-rw-r--r-- | src/structs/context.php | 5 | ||||
-rw-r--r-- | src/structs/step.php | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/structs/context.php b/src/structs/context.php index 6640d67..1110bad 100644 --- a/src/structs/context.php +++ b/src/structs/context.php @@ -39,8 +39,9 @@ class ezcGraphContext extends ezcBaseStruct /** * Simple constructor * - * @param string $dataset Name of dataset - * @param string $datapoint Name of datapoint + * @param string $dataset + * @param string $datapoint + * @param string $url * @return void * @ignore */ diff --git a/src/structs/step.php b/src/structs/step.php index 1838bfa..faedbc7 100644 --- a/src/structs/step.php +++ b/src/structs/step.php @@ -64,6 +64,8 @@ class ezcGraphAxisStep * @param float $width * @param string $label * @param array $childs + * @param bool $isZero + * @param bool $isLast * @ignore */ public function __construct( $position = .0, $width = .0, $label = false, array $childs = array(), $isZero = false, $isLast = false ) |