From 2de1a7c9599abc34f09480cf7480683e67542b35 Mon Sep 17 00:00:00 2001 From: Tobias Schlitt Date: Thu, 21 Jun 2007 15:10:42 +0000 Subject: - Doc fixes. --- src/charts/radar.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/charts/radar.php b/src/charts/radar.php index 0ae2c6b..5c660df 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -8,8 +8,9 @@ * @license http://ez.no/licenses/new_bsd New BSD License */ /** - * Class for line charts. Can make use of an unlimited amount of datasets and - * will display them as lines by default. + * Class for radar charts. + * Can make use of an unlimited amount of datasets and will display them as + * lines by default. * Rotation axis: * - Labeled axis * - Centered axis label renderer @@ -18,7 +19,7 @@ * - radar axis label renderer * * - * // Create a new line chart + * // Create a new radar chart * $chart = new ezcGraphRadarChart(); * * // Add data to line chart @@ -108,15 +109,15 @@ class ezcGraphRadarChart extends ezcGraphChart } /** - * Options write access + * Property write access * * @throws ezcBasePropertyNotFoundException * If Option could not be found * @throws ezcBaseValueException * If value is out of range - * @param mixed $propertyName Option name - * @param mixed $propertyValue Option value; - * @return mixed + * @param string $propertyName Option name + * @param mixed $propertyValue Option value; + * @return void * @ignore */ public function __set( $propertyName, $propertyValue ) -- cgit v1.1