Author: kn
Date: Mon Aug 13 14:55:26 2007
New Revision: 5900
Log:
- Added class property documentation for optin classes
- Link option class names in doc block
Modified:
trunk/Graph/src/charts/bar.php
trunk/Graph/src/charts/line.php
trunk/Graph/src/charts/pie.php
trunk/Graph/src/charts/radar.php
Modified: trunk/Graph/src/charts/bar.php
==============================================================================
--- trunk/Graph/src/charts/bar.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/bar.php [iso-8859-1] Mon Aug 13 14:55:26 2007
@@ -54,7 +54,11 @@
*
* The chart itself also offers several options to configure the appearance. As
* bar charts extend line charts the the extended configure options are
- * available in ezcGraphLineChartOptions extending the ezcGraphChartOptions.
+ * available in [EMAIL PROTECTED] ezcGraphLineChartOptions} extending the
+ * [EMAIL PROTECTED] ezcGraphChartOptions}.
+ *
+ * @property ezcGraphLineChartOptions $options
+ * Chart options class
*
* @version //autogentag//
* @package Graph
Modified: trunk/Graph/src/charts/line.php
==============================================================================
--- trunk/Graph/src/charts/line.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/line.php [iso-8859-1] Mon Aug 13 14:55:26 2007
@@ -53,8 +53,11 @@
* </code>
*
* The chart itself also offers several options to configure the appearance.
- * The extended configure options are available in ezcGraphLineChartOptions
- * extending the ezcGraphChartOptions.
+ * The extended configure options are available in
+ * [EMAIL PROTECTED] ezcGraphLineChartOptions} extending the [EMAIL PROTECTED]
ezcGraphChartOptions}.
+ *
+ * @property ezcGraphLineChartOptions $options
+ * Chart options class
*
* @version //autogentag//
* @package Graph
Modified: trunk/Graph/src/charts/pie.php
==============================================================================
--- trunk/Graph/src/charts/pie.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/pie.php [iso-8859-1] Mon Aug 13 14:55:26 2007
@@ -44,8 +44,11 @@
* </code>
*
* The chart itself also offers several options to configure the appearance.
- * The extended configure options are available in ezcGraphPieChartOptions
- * extending the ezcGraphChartOptions.
+ * The extended configure options are available in
+ * [EMAIL PROTECTED] ezcGraphPieChartOptions} extending the [EMAIL PROTECTED]
ezcGraphChartOptions}.
+ *
+ * @property ezcGraphPieChartOptions $options
+ * Chart options class
*
* @version //autogentag//
* @package Graph
Modified: trunk/Graph/src/charts/radar.php
==============================================================================
--- trunk/Graph/src/charts/radar.php [iso-8859-1] (original)
+++ trunk/Graph/src/charts/radar.php [iso-8859-1] Mon Aug 13 14:55:26 2007
@@ -50,12 +50,16 @@
* accessing them as properties of the chart:
*
* The chart itself also offers several options to configure the appearance.
- * The extended configure options are available in ezcGraphRadarChartOptions
- * extending the ezcGraphChartOptions.
+ * The extended configure options are available in
+ * [EMAIL PROTECTED] ezcGraphRadarChartOptions} extending the
+ * [EMAIL PROTECTED] ezcGraphChartOptions}.
*
* <code>
* $chart->legend->position = ezcGraph::RIGHT;
* </code>
+ *
+ * @property ezcGraphRadarChartOptions $options
+ * Chart options class
*
* @version //autogentag//
* @package Graph
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components