diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
commit | 7773076525fb6d67841e513270d1b4d689b354f9 (patch) | |
tree | 20c276eaa343f40ead9788381e9f015bdef23cdb /src/renderer | |
parent | aa6990d330fd354477f767adb22cc4c02b18c76e (diff) | |
download | zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.zip zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.tar.gz |
- Fixed doc blocks
# Issues found by docanalysis script
Diffstat (limited to 'src/renderer')
-rw-r--r-- | src/renderer/2d.php | 9 | ||||
-rw-r--r-- | src/renderer/3d.php | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/src/renderer/2d.php b/src/renderer/2d.php index c70b8a3..599b8a7 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -154,7 +154,7 @@ class ezcGraphRenderer2d * @param ezcGraphColor $color Color of pie segment * @param float $startAngle Start angle * @param float $endAngle End angle - * @param string $label Label of pie segment + * @param mixed $label Label of pie segment * @param bool $moveOut Move out from middle for hilighting * @return void */ @@ -584,10 +584,8 @@ class ezcGraphRenderer2d * @param ezcGraphContext $context Context of call * @param ezcGraphColor $color Color of line * @param ezcGraphCoordinate $start - * @param ezcGraphCoordinate $end + * @param ezcGraphCoordinate $position * @param float $stepSize Space which can be used for bars - * @param int $dataNumber Number of dataset - * @param int $dataCount Count of datasets in chart * @param int $symbol Symbol to draw for line * @param float $axisPosition Position of axis for drawing filled lines * @return void @@ -1083,7 +1081,7 @@ class ezcGraphRenderer2d * @param int $borderWidth Border width * @param int $margin Margin * @param int $padding Padding - * @param string $title Title of the box + * @param mixed $title Title of the box * @param int $titleSize Size of title in the box * @return ezcGraphBoundings Remaining inner boundings */ @@ -1599,6 +1597,7 @@ class ezcGraphRenderer2d * Render odometer chart * * @param ezcGraphBoundings $boundings + * @param ezcGraphChartElementAxis $axis * @param ezcGraphOdometerChartOptions $options * @return ezcGraphBoundings */ diff --git a/src/renderer/3d.php b/src/renderer/3d.php index dc066fe..f9a9c84 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -227,7 +227,7 @@ class ezcGraphRenderer3d * @param ezcGraphColor $color Color of pie segment * @param float $startAngle Start angle * @param float $endAngle End angle - * @param string $label Label of pie segment + * @param mixed $label Label of pie segment * @param bool $moveOut Move out from middle for hilighting * @return void */ @@ -1256,8 +1256,6 @@ class ezcGraphRenderer3d * @param ezcGraphCoordinate $start * @param ezcGraphCoordinate $position * @param float $stepSize Space which can be used for bars - * @param int $dataNumber Number of dataset - * @param int $dataCount Count of datasets in chart * @param int $symbol Symbol to draw for line * @param float $axisPosition Position of axis for drawing filled lines * @return void @@ -1697,7 +1695,7 @@ class ezcGraphRenderer3d * @param int $borderWidth Border width * @param int $margin Margin * @param int $padding Padding - * @param string $title Title of the box + * @param mixed $title Title of the box * @param int $titleSize Size of title in the box * @return ezcGraphBoundings Remaining inner boundings */ |