diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
commit | e7ab60b1f437fc871f662a1faaec1c87c1c83994 (patch) | |
tree | f9d0a7e1bb5fbb690ca6838a217dadbb96bee306 /src/exceptions | |
parent | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff) | |
download | zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz |
- Link more classes
Diffstat (limited to 'src/exceptions')
-rw-r--r-- | src/exceptions/date_parsing.php | 4 | ||||
-rw-r--r-- | src/exceptions/unknown_color_definition.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php index 9407d62..d47ffee 100644 --- a/src/exceptions/date_parsing.php +++ b/src/exceptions/date_parsing.php @@ -8,8 +8,8 @@ * @license http://ez.no/licenses/new_bsd New BSD License */ /** - * Exception thrown when a date assigned to the ezcGraphChartElementDateAxis - * could not be parsed. + * Exception thrown when a date assigned to the + * {@link ezcGraphChartElementDateAxis} could not be parsed. * * @package Graph * @version //autogentag// diff --git a/src/exceptions/unknown_color_definition.php b/src/exceptions/unknown_color_definition.php index 437e14f..96012e5 100644 --- a/src/exceptions/unknown_color_definition.php +++ b/src/exceptions/unknown_color_definition.php @@ -9,7 +9,7 @@ */ /** * Exception thrown, when a given value could not be interpreted as a color by - * ezcGraphColor. + * {@link ezcGraphColor}. * * @package Graph * @version //autogentag// |