diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:55:26 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:55:26 +0000 |
commit | 9c7af1f162a8a7a992f9a363b0878f6f50af5c25 (patch) | |
tree | 17b0834a1520b83e0a7645659d30d2567a342ca6 /src/charts/pie.php | |
parent | 40426805a6ea7862a8fdbc5cfcebd041d53e7f9c (diff) | |
download | zetacomponents-graph-9c7af1f162a8a7a992f9a363b0878f6f50af5c25.zip zetacomponents-graph-9c7af1f162a8a7a992f9a363b0878f6f50af5c25.tar.gz |
- Added class property documentation for optin classes
- Link option class names in doc block
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r-- | src/charts/pie.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/charts/pie.php b/src/charts/pie.php index d2b105f..29e0258 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -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 + * {@link ezcGraphPieChartOptions} extending the {@link ezcGraphChartOptions}. + * + * @property ezcGraphPieChartOptions $options + * Chart options class * * @version //autogentag// * @package Graph |