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/element | |
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/element')
-rw-r--r-- | src/element/axis.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/element/axis.php b/src/element/axis.php index db8c57b..10ce2f1 100644 --- a/src/element/axis.php +++ b/src/element/axis.php @@ -19,11 +19,12 @@ * Color of major majorGrid. * @property ezcGraphColor $minorGrid * Color of minor majorGrid. - * @TODO: Move next two options to numeric axis * @property mixed $majorStep - * Labeled major steps displayed on the axis. + * Labeled major steps displayed on the axis. @TODO: Should be moved + * to numeric axis. * @property mixed $minorStep - * Non labeled minor steps on the axis. + * Non labeled minor steps on the axis. @TODO: Should be moved to + * numeric axis. * @property string $formatString * Formatstring to use for labeling of the axis. * @property string $label |