aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-02 19:56:24 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-02 19:56:24 +0000
commit8f89dc8a647b14133e0a99b30a91d8460c6e769f (patch)
treed28a518f00a8879235abfc390be799b2c14321a3 /views
parent3282c70da692173567f5e65640125f2f6269fcad (diff)
downloadelgg-8f89dc8a647b14133e0a99b30a91d8460c6e769f.tar.gz
elgg-8f89dc8a647b14133e0a99b30a91d8460c6e769f.tar.bz2
Updated documentation for entity_listing and gallery_listing.
git-svn-id: http://code.elgg.org/elgg/trunk@6329 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/entities/entity_listing.php2
-rw-r--r--views/default/entities/gallery_listing.php5
2 files changed, 5 insertions, 2 deletions
diff --git a/views/default/entities/entity_listing.php b/views/default/entities/entity_listing.php
index c20251e52..ffae92fd9 100644
--- a/views/default/entities/entity_listing.php
+++ b/views/default/entities/entity_listing.php
@@ -1,6 +1,6 @@
<?php
/**
- * Generic display for a single entity.
+ * Generic display for a single entity in list view.
*
* @package Elgg
* @subpackage Core
diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php
index 505a91f08..55f11a2cd 100644
--- a/views/default/entities/gallery_listing.php
+++ b/views/default/entities/gallery_listing.php
@@ -1,11 +1,14 @@
<?php
/**
- * Elgg entity listing: gallery view
+ * Generic display for a single entity in gallery view.
*
* @package Elgg
* @subpackage Core
* @author Curverider Ltd
* @link http://elgg.org/
+ *
+ * @uses string $vars['icon'] Full icon HTML to display.
+ * @uses string $vars['info'] Info about the entity.
*/
?>