aboutsummaryrefslogtreecommitdiffstats
path: root/include/Photo.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-25 17:09:40 -0800
committerfriendica <info@friendica.com>2013-02-25 17:09:40 -0800
commitea3940c4b0b8232e2de0771811b9f90ade9ee45f (patch)
tree8e467fe368a34e01a49532467bb1071dce846be6 /include/Photo.php
parentddc478a331bbab69e05befbc8ba296367e11c5c0 (diff)
downloadvolse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.gz
volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.bz2
volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.zip
start formatting for Doxygen
Diffstat (limited to 'include/Photo.php')
-rw-r--r--include/Photo.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Photo.php b/include/Photo.php
index de3d30c39..d470de0ad 100644
--- a/include/Photo.php
+++ b/include/Photo.php
@@ -1,6 +1,6 @@
-<?php
+<?php /** @file */
+
-if(! class_exists("Photo")) {
class Photo {
private $image;
@@ -605,7 +605,7 @@ class Photo {
}
return $r;
}
-}}
+}
/**