diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:23:12 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 12:58:37 +0200 |
commit | 2765fc086522b5fb9f209bdfe266e577fc65ca84 (patch) | |
tree | 7fc4a037cda0ea3d6aec13a545706080f08a562b /phpfspot_img.php | |
parent | de554684586d2b8c413ccc7cd75fb31168fb5d2f (diff) |
added phpDocumentor tags to parts of the code
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot_img.php')
-rw-r--r-- | phpfspot_img.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpfspot_img.php b/phpfspot_img.php index 43107ac..8379b83 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -24,6 +24,14 @@ require_once "phpfspot.class.php"; +/** + * PHPFSPOT_IMG class + * + * handles phpfspot's photos. It will output either the photo binaries + * or can also show error messages as a on-the-fly generated picture. + * + * @package phpfspot + */ class PHPFSPOT_IMG { var $db; |