added phpDocumentor tags to parts of the code
[phpfspot.git] / phpfspot_img.php
index 43107ac25bc8ce1c9514cf082cb2e55bd4b0312e..8379b832c76870f339750c5a354129f591301904 100644 (file)
 
 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;