diff options
author | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2007-11-21 11:49:38 +0000 |
---|---|---|
committer | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2007-11-21 11:49:38 +0000 |
commit | 75b5a8e8945d5d29e56f5c4734b51668cd368a8f (patch) | |
tree | d8366911bf57c00cb2eec9c5f5ebdf0a0069ee21 | |
parent | 767623d9cea5ff8600bbc81726b7a10b1f43f521 (diff) | |
download | zetacomponents-graph-75b5a8e8945d5d29e56f5c4734b51668cd368a8f.zip zetacomponents-graph-75b5a8e8945d5d29e56f5c4734b51668cd368a8f.tar.gz |
- Fix docblocks.
-rw-r--r-- | src/charts/odometer.php | 2 | ||||
-rw-r--r-- | src/interfaces/odometer_renderer.php | 2 | ||||
-rw-r--r-- | src/options/odometer_chart.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/charts/odometer.php b/src/charts/odometer.php index 047139d..e47234d 100644 --- a/src/charts/odometer.php +++ b/src/charts/odometer.php @@ -1,6 +1,6 @@ <?php /** - * File containing the ezcGraphPieChart class + * File containing the ezcGraphOdometerChart class * * @package Graph * @version 1.1 diff --git a/src/interfaces/odometer_renderer.php b/src/interfaces/odometer_renderer.php index 98053ae..aa34f80 100644 --- a/src/interfaces/odometer_renderer.php +++ b/src/interfaces/odometer_renderer.php @@ -1,6 +1,6 @@ <?php /** - * File containing the ezcGraphRadarRenderer interface + * File containing the ezcGraphOdometerRenderer interface * * @package Graph * @version 1.1 diff --git a/src/options/odometer_chart.php b/src/options/odometer_chart.php index 9b4adda..99c3eb1 100644 --- a/src/options/odometer_chart.php +++ b/src/options/odometer_chart.php @@ -1,6 +1,6 @@ <?php /** - * File containing the ezcGraphPieChartOption class + * File containing the ezcGraphOdometerChartOptions class * * @package Graph * @version 1.1 |